You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're querying for the _id, but have no way to access it anyway, when using the select(_.name) => (String)syntax, so we could try not querying for it - which would require using the mongofind()differently, not via mongo'sselect().
The text was updated successfully, but these errors were encountered:
As highlighted in thread: https://groups.google.com/forum/#!topic/rogue-users/VUQFeK4LSbE
We're querying for the _id, but have no way to access it anyway, when using the
select(_.name) => (String)
syntax, so we could try not querying for it - which would require using the mongofind()
differently, not via mongo'sselect()
.The text was updated successfully, but these errors were encountered: