mongo-collection-instances
mongo-collection-instances copied to clipboard
It have problem with "collection hook" or not?
In my project I use collection-hook.
For example I use after.remove() hook, and then I use this package to remove docs.
So after.remove() hook run or not?
I don't want to run in after.remove() hook.
How to solve or have direct.remove() like collection-hook?
Hey @thearabbit not sure I understand exactly, could you give an example of what you're wanting to do?
+1 the same =(
Is there an incompatibility between this package and matb33:collection-hooks ?