@gooddata/fixtures
Advanced tools
Comparing version 1.32.19 to 1.32.20
{ | ||
"name": "@gooddata/fixtures", | ||
"version": "1.32.19", | ||
"version": "1.32.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,4 +17,4 @@ // (C) 2007-2022 GoodData Corporation | ||
} | ||
return operation().catch((error) => { | ||
delay(delayms); | ||
return operation().catch(async (error) => { | ||
await delay(delayms); | ||
return retryOperation(operation, (retries - 1), delayms, error); | ||
@@ -21,0 +21,0 @@ }); |
310154883