Meteor-Community-Packages / meteor-collection-hooks

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

check() Error when using audit-arguments-checks package and collection Hooks #126

Open EddyBorja opened 9 years ago

EddyBorja commented 9 years ago

While trying to do a direct.update for a field in a document in a collection hook, I get an error in the console saying that check() was not called on all the arguments during the update. This is because I have the audit-arguments-checks package as part of my project. Is there a way to make these two packages compatible without modifying the source?