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
Part of the problem is that the SoftDeleteModel generic doesn't support all the arguments of the mongoose Model, so I tried adding the third argument to the Model generic
Creating a schema with methods as in instructions from mongoose and the README doesn't work.
Part of the problem is that the
SoftDeleteModel
generic doesn't support all the arguments of the mongooseModel
, so I tried adding the third argument to the Model genericbut that only resulted in the following incomprehensible error:
Any ideas?
The text was updated successfully, but these errors were encountered: