Skip to content

Instantly share code, notes, and snippets.

@heroic
Created May 9, 2011 09:40
Show Gist options
  • Save heroic/962290 to your computer and use it in GitHub Desktop.
Save heroic/962290 to your computer and use it in GitHub Desktop.
upsert issue
the data
{ _id: '4db932f1d50e96fda3c84b1b',
email: 'email@email.com',
encrypted_password: 'password',
friends:
[ '4db96b973d01205364000006',
'4db94a1948a683a176000001',
'4dc77b24c5ba38be14000002' ],
location: [ 72.4930088, 23.0431957 ],
name: 'Amit Kumar',
password_salt: 'salty',
profile_fields:
[ ],
username: 'amit' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment