fix(tests): GET members

This commit is contained in:
SabreCat
2023-08-02 16:02:53 -05:00
parent 13c21139dd
commit 9d61bd724a
3 changed files with 21 additions and 13 deletions

View File

@@ -532,7 +532,7 @@ export default new Schema({
automaticAllocation: Boolean,
allocationMode: { $type: String, enum: ['flat', 'classbased', 'taskbased'], default: 'flat' },
autoEquip: { $type: Boolean, default: true },
costume: Boolean,
costume: { $type: Boolean, default: false },
dateFormat: { $type: String, enum: ['MM/dd/yyyy', 'dd/MM/yyyy', 'yyyy/MM/dd'], default: 'MM/dd/yyyy' },
sleep: { $type: Boolean, default: false },
stickyHeader: { $type: Boolean, default: true },