mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Fix spelling error on Mongoose
This commit is contained in:
committed by
Tyler Renelle
parent
784113e9c1
commit
ac7aba4ce0
@@ -23,7 +23,7 @@ var UserSchema = new Schema({
|
||||
'default': helpers.uuid
|
||||
},
|
||||
|
||||
// ### Mongoode Update Object
|
||||
// ### Mongoose Update Object
|
||||
// We want to know *every* time an object updates. Mongoose uses __v to designate when an object contains arrays which
|
||||
// have been updated (http://goo.gl/gQLz41), but we want *every* update
|
||||
_v: {
|
||||
|
||||
Reference in New Issue
Block a user