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
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
I'm trying to do something like:
TopScore = Players.find({score: {$gt: 5}});
collectionApi.addCollection(TopScore, 'topscore');
But it error:
{"error":"TypeError: Object [object Object] has no method 'find'}
Is that possible to manipulate or filter the collection then add to collection-api?
The text was updated successfully, but these errors were encountered: