@shushed/helpers 0.0.129 → 0.0.130
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/index.js +1 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -171306,10 +171306,7 @@ var ActionHelper = class _ActionHelper {
|
|
|
171306
171306
|
workflowId: workflow.id,
|
|
171307
171307
|
triggerId,
|
|
171308
171308
|
url: flowUrl,
|
|
171309
|
-
logging
|
|
171310
|
-
log: (...args) => logging.log(...args),
|
|
171311
|
-
error: (...args) => logging.error(...args)
|
|
171312
|
-
}
|
|
171309
|
+
logging
|
|
171313
171310
|
});
|
|
171314
171311
|
return runtime;
|
|
171315
171312
|
}
|