Skip to content

Instantly share code, notes, and snippets.

@tjstalcup
Created October 27, 2018 00:41
Show Gist options
  • Save tjstalcup/ba163aea6b207872770710a1522523f9 to your computer and use it in GitHub Desktop.
Save tjstalcup/ba163aea6b207872770710a1522523f9 to your computer and use it in GitHub Desktop.
tjs' thoughts for will
nuggets = nuggets.map((nugget)=> {
Nugget.create(nugget)
.then((nug)=>nug._id)
.catch((err) => {
console.error(err);
res.send(500);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment