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
9c62b43664
commit
166a28a778
@ -120,7 +120,7 @@ export const ActivityBodySchema = {
|
||||
$match: String,
|
||||
},
|
||||
$instance: Boolean,
|
||||
$flags: Types.Long,
|
||||
$flags: BigInt,
|
||||
};
|
||||
|
||||
export enum ActivityType {
|
||||
|
Loading…
Reference in New Issue
Block a user