Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
658 stars 90 forks source link

Question: Delete hooks? (for testing) #231

Closed Herteby closed 6 years ago

Herteby commented 6 years ago

To properly test my package, I need to be able to delete collection hooks. Is this possible? I'm trying to look through the source but I can't find anything.

zimme commented 6 years ago

When you add a hook you get a handler back with a remove function

Herteby commented 6 years ago

Thank you! Got it working!