Mongodb – Mongoose stopped accepting callbacks for some of its functions
I've been using callbacks for .save() and .findOne() for a few days now and just today I encounter these errors: throw new MongooseError('Model.prototype.save() no longer accepts a callback') MongooseError: Model.prototype.save() no longer accepts a callback and MongooseError: Model.findOne() no longer…