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
Hi, I believe that in queries.md documentation, under the "distinct" heading, there is an error in that query.distinct executes the query, it doesn't require calling query.find().
So in the example, it should be query.distinct('age').then(function(...)