Skip to content

Instantly share code, notes, and snippets.

@yitsushi
Created June 30, 2015 20:44
Show Gist options
  • Select an option

  • Save yitsushi/1f6b65a28f3b5c97fff8 to your computer and use it in GitHub Desktop.

Select an option

Save yitsushi/1f6b65a28f3b5c97fff8 to your computer and use it in GitHub Desktop.
// ... cut
Users.findById(id, function(err, result) {
if (err) {
// OMG! We got an error
return response.redirect('/404.html');
}
// nice we can do something with user
});
// ... cut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment