@izara_project/izara-core-library-asynchronous-flow 1.0.45 → 1.0.46

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Sven Mason <thebarbariansven@gmail.com>",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "homepage": "https://bitbucket.org/izara-core-libraries/izara-core-library-asynchronous-flow#readme",
6
- "version": "1.0.45",
6
+ "version": "1.0.46",
7
7
  "description": "Shared asynchronous flow logic",
8
8
  "type": "module",
9
9
  "main": "index.js",
@@ -573,7 +573,7 @@ export async function completeAction(
573
573
 
574
574
  try {
575
575
 
576
- const pendingStepId = findPendingStepAwaitingMultipleSteps(
576
+ const { pendingStepId } = await findPendingStepAwaitingMultipleSteps(
577
577
  _izContext,
578
578
  createAwaitingStepId(
579
579
  parentFlowId,