Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created September 14, 2011 03:32
Show Gist options
  • Save arlolra/1215799 to your computer and use it in GitHub Desktop.
Save arlolra/1215799 to your computer and use it in GitHub Desktop.
:)
// nexxy fix
if (card.author_id.toString() === s.user._id.toString()) {
return res.send
( { status: 'INVALID_REQUEST'
, error: 'Go high-five someone else!'
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment