mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-08 03:42:34 +01:00
🐛 make Message created_at optional
This commit is contained in:
parent
536a4deaf2
commit
af92f3a393
@ -46,7 +46,7 @@ export interface Message {
|
||||
})[];
|
||||
mention_roles?: Role[];
|
||||
mention_channels?: Channel[];
|
||||
created_at: Date;
|
||||
created_at?: Date;
|
||||
}
|
||||
|
||||
export interface MessageDocument extends Document, Message {
|
||||
|
Loading…
Reference in New Issue
Block a user