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-04-17 02:30:57 +02:00
parent 9c62b43664
commit 166a28a778

View File

@ -120,7 +120,7 @@ export const ActivityBodySchema = {
$match: String,
},
$instance: Boolean,
$flags: Types.Long,
$flags: BigInt,
};
export enum ActivityType {