[#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:
Tyler Renelle
2013-12-12 15:58:01 -07:00
parent 4f44e8f2e1
commit d4e0ae85a0
4 changed files with 20 additions and 46 deletions
+1 -1
View File
@@ -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: {