count resolver does not verify that req.passed is not false after calling next. #5
Labels
Complexity: LOW
This issue is trivial and is expected to take less than an hour to complete.
good first issue
This issue is expected to be easy to complete for a new-comer to the relevant module
Module: API
This issue pertains to the apps/api module
Priority: HIGH
This issue is halting multiple issues, significantly hindering users, or is a minor security issue.
Type: Bug
Something isn't working
Currently, resolvers must verify that
req.passed
is not set tofalse
after callingnext
. Thecount
rule handler does not do this.The text was updated successfully, but these errors were encountered: