mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
🐛 fix activity model
This commit is contained in:
parent
7f718eb895
commit
3bcfb7f897
@ -87,7 +87,7 @@ export const ActivitySchema = {
|
||||
|
||||
export const ActivityBodySchema = {
|
||||
name: String,
|
||||
type: { type: Number },
|
||||
type: Number,
|
||||
$url: String,
|
||||
$created_at: Date,
|
||||
$timestamps: [
|
||||
|
Loading…
Reference in New Issue
Block a user