Open adeel-jf opened 2 years ago
Collection.update function is deprecated by mongoose which is causing trouble to update multiple records. Now using Collection.updateMany for updating records in mongoDB.
Collection.update function is deprecated by mongoose which is causing trouble to update multiple records. Now using Collection.updateMany for updating records in mongoDB.