Add support for getting chat limit from database (#14392)

* Add support for getting chat limit from database

* fix lint error
This commit is contained in:
Phillip Thelen
2022-12-15 21:38:28 +01:00
committed by GitHub
parent 8a76561259
commit b97da5fe57
2 changed files with 7 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ export const schema = new Schema({
},
memberCount: { $type: Number, default: 1 },
challengeCount: { $type: Number, default: 0 },
chatLimitCount: { $type: Number },
balance: { $type: Number, default: 0 },
logo: String,
leaderMessage: String,