Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
1 changed files with
1 additions and
1 deletions
-
app/api/rpcApi.js
|
|
@ -422,7 +422,7 @@ function executeBatchesSequentiallyInternal(batchId, batches, currentIndex, accu |
|
|
|
executeBatchesSequentiallyInternal(batchId, batches, currentIndex + 1, accumulatedResults, resultFunc); |
|
|
|
} |
|
|
|
}).catch(function(err) { |
|
|
|
reject(err); |
|
|
|
throw err; |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|