mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(tests): GET members
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user