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
When running the project and following the steps i came across an issue with findOneAndUpdate in the base-mongo.repository.ts located in the repo-orm lib.
When executing the code it complained with this error:
When running the project and following the steps i came across an issue with findOneAndUpdate in the base-mongo.repository.ts located in the repo-orm lib.
When executing the code it complained with this error:
To get this working, i changed the it from { $set: { ...req.updates } } to { ...req.updates }
from:
to:
Hope this is helpful
The text was updated successfully, but these errors were encountered: