meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Wire up audit-argument-checks #178

Closed hwillson closed 7 years ago

hwillson commented 8 years ago

Hi guys - this relates to issue #61. In this PR I've wired audit-argument-checks up, and adjusted the code a bit to work around the issues that were happening when trying to use destructuring with check (via Simple Schema) and the audit-argument-checks package. I'll explain this more thoroughly in issue #61 in a few minutes. Thanks!