ga-wdi-boston / mongodb-crud-diagnostic

MongoDB CRUD Diagnostic
Other
1 stars 127 forks source link

.remove() is being replaced by .deleteOne() and .deleteMany() #134

Open raq929 opened 7 years ago

raq929 commented 7 years ago

This has already been updated in the repo examples, but .remove() should be removed(haha) from the solution branch. deleteOne() and deleteMany() are new in mongo 3.2 and are more clear about what they do.

Also, we should double check that there aren't references to it in the README.