Skip to content

Instantly share code, notes, and snippets.

@mediocretes
Created May 29, 2012 19:48
Show Gist options
  • Save mediocretes/2830295 to your computer and use it in GitHub Desktop.
Save mediocretes/2830295 to your computer and use it in GitHub Desktop.
PRIMARY> Array.unique([ObjectId("4f89a3daf5a37c6273000656"),ObjectId("4f89a3daf5a37c6273000656")])
[
ObjectId("4f89a3daf5a37c6273000656"),
ObjectId("4f89a3daf5a37c6273000656")
]
PRIMARY> Array.unique([ObjectId("4f89a3daf5a37c6273000656").toString(),ObjectId("4f89a3daf5a37c6273000656").toString()])
[ "4f89a3daf5a37c6273000656" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment