add minimize: false also to group schema
This commit is contained in:
+4
-1
@@ -52,7 +52,10 @@ var GroupSchema = new Schema({
|
||||
balance: Number,
|
||||
logo: String,
|
||||
leaderMessage: String
|
||||
}, {strict: 'throw'});
|
||||
}, {
|
||||
strict: 'throw',
|
||||
minimize: false
|
||||
});
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user