user._v & group._v fixes
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ var GroupSchema = new Schema({
|
||||
invites: [{type: String, ref: 'User'}],
|
||||
type: {type: String, "enum": ['guild', 'party']},
|
||||
privacy: {type: String, "enum": ['private', 'public']},
|
||||
_v: {Number: Number,'default': 0},
|
||||
_v: {type: Number,'default': 0},
|
||||
websites: Array,
|
||||
chat: Array,
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user