@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
|
@@ -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') {
|