-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove doesn't work #56
Comments
@kazzacarrot Here's my code if you want to compare - it passes run and verify. In the official MongoDB Node api notes, remove() has been deprecated in favor of deleteOne() or deleteMany().
|
@hwangm, I copy pasted your code and it still shows the same error for me. Mongodb version: P.S.: I am using amazon clod 9 ide. |
@snehal96 Have you looked at the solutions updated for mongodb 3+? Perhaps there was some change that makes my solution invalid now, I'm not sure since it was a while ago now. |
After my solution didn't pass, and I couldn't debug my own,
I copied your solution into "re.js" and ran 'learnyoumongo run re.js` -> This is the output
The text was updated successfully, but these errors were encountered: