Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created April 7, 2015 09:52
Show Gist options
  • Save brlafreniere/53274d047cf8f366e400 to your computer and use it in GitHub Desktop.
Save brlafreniere/53274d047cf8f366e400 to your computer and use it in GitHub Desktop.
> Rooms.findOne({name: 'linux'})
{ _id: 'QrBSYEy4PQL9e6svb',
name: 'linux',
unixTimestamp: 1428397795,
joinedUsers: [ 'JNkrbokz2393fLDjg' ] }
> Rooms.findOne({name: "doesn't exist"})
> x = Rooms.findOne({name: "doesn't exist"})
> x
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment