fix: recursion of JaxRequest

This commit is contained in:
Valentin Kaelin 2019-10-14 00:06:33 +02:00
parent 3b5ed35ea8
commit 643de98fa4

View file

@ -26,7 +26,7 @@ class JaxRequest {
console.log('====================================')
if (this.retries > 0) {
setTimeout(
return setTimeout(
() => this.execute(),
this.config.requestOptions.delayBeforeRetry,
)