mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
add minimize: false also to group schema
This commit is contained in:
parent
c90b1e757c
commit
e4b575dcb7
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,10 @@ var GroupSchema = new Schema({
|
|||
balance: Number,
|
||||
logo: String,
|
||||
leaderMessage: String
|
||||
}, {strict: 'throw'});
|
||||
}, {
|
||||
strict: 'throw',
|
||||
minimize: false
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue