Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 27, 2015 18:43
Show Gist options
  • Save danared/4d51c829e11ccf8fa6a4 to your computer and use it in GitHub Desktop.
Save danared/4d51c829e11ccf8fa6a4 to your computer and use it in GitHub Desktop.
var updates = { $unset: { steak: true }, $set: { eggs: 0 } };
Breakfast.update({}, updates, callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment