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 6ec28a8 commit c49f8aaCopy full SHA for c49f8aa
src/triggers.js
@@ -470,8 +470,6 @@ export function maybeRunAfterFindTrigger(
470
const parseQueryInstance = new Parse.Query(classNameQuery);
471
if (query.where) {
472
parseQueryInstance.withJSON(query);
473
- } else {
474
- parseQueryInstance.withJSON({ where: {}, ...query });
475
}
476
request.query = parseQueryInstance;
477
} else {
0 commit comments