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
The count method is removed in mongoose 8 making the SoftDeleteModel references in countDeleted: this["count"] and countWithDeleted: this["count"]; invalid.
The text was updated successfully, but these errors were encountered:
The count method is removed in mongoose 8 making the
SoftDeleteModel
references incountDeleted: this["count"]
andcountWithDeleted: this["count"];
invalid.The text was updated successfully, but these errors were encountered: