backendless 7.2.1 → 7.2.2
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/dist/backendless.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ********************************************************************************************************************
|
|
3
|
-
* Backendless SDK for JavaScript. Version: 7.2.
|
|
3
|
+
* Backendless SDK for JavaScript. Version: 7.2.2
|
|
4
4
|
*
|
|
5
5
|
* Copyright 2012-2023 BACKENDLESS.COM. All Rights Reserved.
|
|
6
6
|
*
|
|
@@ -116,7 +116,7 @@ var Automations = /*#__PURE__*/function () {
|
|
|
116
116
|
flowName: flowName,
|
|
117
117
|
triggerName: triggerName
|
|
118
118
|
},
|
|
119
|
-
data: data
|
|
119
|
+
data: data || {}
|
|
120
120
|
}));
|
|
121
121
|
case 7:
|
|
122
122
|
case "end":
|