add minimize: false also to group schema

This commit is contained in:
Matteo Pagliazzi 2013-10-27 10:55:05 +01:00
parent c90b1e757c
commit e4b575dcb7

View file

@ -52,7 +52,10 @@ var GroupSchema = new Schema({
balance: Number,
logo: String,
leaderMessage: String
}, {strict: 'throw'});
}, {
strict: 'throw',
minimize: false
});
/**