chore: appease eslint

pull/5690/head
Pavel Zavora 2021-03-09 06:12:23 +01:00
parent 0db9a410fb
commit 414a93ad10
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export function executeQueries(
executeQuery(source, queries[i], templates, uuid)
.then(result => (results[i] = {value: result, error: null}))
.catch(result => (results[i] = {value: null, error: result}))
// eslint-disable-next-line no-loop-func
.then(() => {
counter -= 1