This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user