[#1977] port pet-feeding to user.ops, so that it's now available in the API. Also add handling of 200 errors to simply notify and continue on up to server (friendly messages)
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ var UserSchema = new Schema({
|
||||
contributions: String // a markdown textarea to list their contributions + links
|
||||
},
|
||||
|
||||
balance: Number,
|
||||
balance: {type: Number, 'default':0},
|
||||
filters: {type: Schema.Types.Mixed, 'default': {}},
|
||||
|
||||
purchased: {
|
||||
|
||||
Reference in New Issue
Block a user