Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Created May 18, 2016 13:07
Show Gist options
  • Save andrewjmead/a12fd02a90927d5fb4b05e2daa2d2390 to your computer and use it in GitHub Desktop.
Save andrewjmead/a12fd02a90927d5fb4b05e2daa2d2390 to your computer and use it in GitHub Desktop.
Sarvesh promise
User.find({}).then(function (users) {
// Do something with the users data
}, function (err) {
// Do something with the error
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment