bubonicfred/4minitz

Refactor Mongo.Collection to async

Opened this issue · 0 comments

Parent: #794

Any of the following Mongo.Collection methods used on the server side need to be converted to their async equivalents. Both kinds can be used client side

findOne -> findOneAsync
insert -> insertAsync
remove -> removeAsync
update -> updateAsync
upsert -> upsertAsync