1
0
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:
Flam3rboy 2021-05-30 17:04:55 +02:00
parent 7f718eb895
commit 3bcfb7f897

View File

@ -87,7 +87,7 @@ export const ActivitySchema = {
export const ActivityBodySchema = {
name: String,
type: { type: Number },
type: Number,
$url: String,
$created_at: Date,
$timestamps: [