dsanel / mongoose-delete

Mongoose Soft Delete Plugin
MIT License
346 stars 101 forks source link

Set deleted to false when calling Model.restore for consistency #157

Open mareksuscak opened 2 months ago

mareksuscak commented 2 months ago

This PR addresses #156 and makes the behavior between document.delete and Model.delete consistent.