This commit is contained in:
2021-03-24 14:39:37 +00:00
parent 31ef6db26e
commit 8d0f53ce54
2 changed files with 2 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ export default {
return;
}
keepChecking = true;
//initial delay so it fetchs "immediately"
//initial delay so it fetches "immediately"
let pollingInterval = 3000;
let status = null;
while (keepChecking == true) {