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?
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?