You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the Mongoose API methods such as find(), remove() which are currently used inside of the Registry's route handlers are deprecated, as shown in the terminal when some of the endpoints are being called:
We can use the newer methods available in the latest version of Mongoose API such as findOne(), findOneAndDelete(), insertMany() and so on.
(More information on the latest API methods can be found here)
I would like to work on this issue.
The text was updated successfully, but these errors were encountered:
Most of the Mongoose API methods such as
find()
,remove()
which are currently used inside of the Registry's route handlers are deprecated, as shown in the terminal when some of the endpoints are being called:We can use the newer methods available in the latest version of Mongoose API such as
findOne()
,findOneAndDelete()
,insertMany()
and so on.(More information on the latest API methods can be found here)
I would like to work on this issue.
The text was updated successfully, but these errors were encountered: