-
Notifications
You must be signed in to change notification settings - Fork 2k
(node:106467) DeprecationWarning: collection.save is deprecated. Use insertOne, insertMany, updateOne, or updateMany instead. #2607
Comments
Dupe of #2234 ? |
Yes, but that issue isn't about this message despite the title. |
Duplicate of #1988 and is already fixed. |
the error above is not corrected in the fix you tagged. |
I meant to say the warning, not an error, posted above was not included in the ticket you tagged. |
I do receive these warnings as well. Not sure about the exact impact yet. Despite the mentioned versions on the documentaries, is there a up-to-date recommendation? |
There is stilll one call to save() in trade.js that wasn't changed in the previous fix, that's why the message is still appearing. |
System information
Describe the problem
When starting zenbot, I get a DepreactionWarning about collection.save. Should I use an older version of mongodb?
Source code / Error logs
(node:106467) DeprecationWarning: collection.save is deprecated. Use insertOne, insertMany, updateOne, or updateMany instead.
The text was updated successfully, but these errors were encountered: