mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-01 20:09:01 +00:00
🐛 fix message model
This commit is contained in:
@@ -204,7 +204,7 @@ export const MessageSchema = new Schema({
|
||||
{
|
||||
id: Types.Long,
|
||||
guild_id: Types.Long,
|
||||
type: Number,
|
||||
type: { type: Number },
|
||||
name: String,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user