@izara_project/izara-core-library-asynchronous-flow 1.0.19 → 1.0.20

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_project/izara-core-library-asynchronous-flow",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Shared asynchronous flow logic",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -963,6 +963,8 @@ async function checkUniqueRequestProcessing(
963
963
  queryElementsWhenUpdate,
964
964
  { complexAttributes: true }, // force to complex
965
965
  )
966
+
967
+ return [returnStatus, updateRecord];
966
968
  } catch (err) { // catch error when put and handle errors.
967
969
  _izContext.logger.debug('updateItem storedCache expired err', err);
968
970
  if (err.name == 'ConditionalCheckFailedException') {