mongodb - Mongoose only saves certain fields (Mongoose + Restify) -
this code won't save mongodb. if change doc.foursqure_key doc.username or doc.password, saves fine.
@user.findone({ username: 'justin' }, (err, doc) => doc.foursquare_key = "your mom" doc.save() my user schema: {username, password, foursquare_key}
been staring 2 days... driving me crazy. don't understand why can't save 1 field, others fine! amazing!
Comments
Post a Comment