Open bubonicfred opened 5 months ago
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
Mongo.Collection
findOne -> findOneAsync insert -> insertAsync remove -> removeAsync update -> updateAsync upsert -> upsertAsync
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