mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 09:15:40 +00:00
🐛 fix activity model
This commit is contained in:
@@ -87,7 +87,7 @@ export const ActivitySchema = {
|
||||
|
||||
export const ActivityBodySchema = {
|
||||
name: String,
|
||||
type: { type: Number },
|
||||
type: Number,
|
||||
$url: String,
|
||||
$created_at: Date,
|
||||
$timestamps: [
|
||||
|
||||
Reference in New Issue
Block a user