@camunda/play 6.2.1-rc.2 → 6.2.1-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/play.js +1 -2
- package/build/play.js.map +1 -1
- package/package.json +1 -1
package/build/play.js
CHANGED
|
@@ -10037,7 +10037,7 @@ const ti = N(
|
|
|
10037
10037
|
jobKey: l.jobKey,
|
|
10038
10038
|
variables: p
|
|
10039
10039
|
}))
|
|
10040
|
-
r?.error(
|
|
10040
|
+
n(!1), r?.error(
|
|
10041
10041
|
{
|
|
10042
10042
|
title: $.title,
|
|
10043
10043
|
subtitle: "Please try again or make sure you have the right permissions to trigger the execution listener"
|
|
@@ -10050,7 +10050,6 @@ const ti = N(
|
|
|
10050
10050
|
};
|
|
10051
10051
|
r?.success(g);
|
|
10052
10052
|
}
|
|
10053
|
-
n(!1);
|
|
10054
10053
|
},
|
|
10055
10054
|
[r, l]
|
|
10056
10055
|
);
|