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 a468a26 commit 8b14880Copy full SHA for 8b14880
src/triggers.js
@@ -849,8 +849,8 @@ export async function maybeRunAfterEventTrigger(
849
if (!trigger) {
850
return;
851
}
852
- if (request.current) {
853
- request.current = Parse.Object.fromJSON(request.current);
+ if (request.object) {
+ request.object = Parse.Object.fromJSON(request.object);
854
855
if (request.original) {
856
request.original = Parse.Object.fromJSON(request.original);
0 commit comments