We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb4d2a commit fa88ffaCopy full SHA for fa88ffa
1 file changed
src/RestQuery.js
@@ -52,7 +52,7 @@ async function RestQuery({
52
throw new Parse.Error(Parse.Error.INVALID_QUERY, 'bad query type');
53
}
54
const isGet = method === RestQuery.Method.get;
55
- enforceRoleSecurity(method, className, auth, config);
+ enforceRoleSecurity(method, className, auth);
56
const result = runBeforeFind
57
? await triggers.maybeRunQueryTrigger(
58
triggers.Types.beforeFind,
0 commit comments