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
Operating system version (i.e. 24.04, 11.3, 10)
Linux 6.8.7-arch1-
Issue
I am currently in the E-commerce API module, and specifically in the remove all reviews and Aggregation pipeline setup. The current version I am using, remove() is deprecated. And this is How I dealt with remove all reviews:
remove all reviews:
Aggregation pipeline in order to trigger the remove hook with deleteOne:
The text was updated successfully, but these errors were encountered:
aradradev
changed the title
E-Commerce API
E-Commerce API - Issue with deprecation remove to deleteOne instead
Aug 22, 2024
Prerequisites
Mongoose version
^8.5.3
Node.js version
20.x
Operating system
Linux
Operating system version (i.e. 24.04, 11.3, 10)
Linux 6.8.7-arch1-
Issue
I am currently in the E-commerce API module, and specifically in the remove all reviews and Aggregation pipeline setup. The current version I am using,
remove()
is deprecated. And this is How I dealt with remove all reviews:remove all reviews:
Aggregation pipeline in order to trigger the remove hook with deleteOne:
The text was updated successfully, but these errors were encountered: