fix
This commit is contained in:
parent
cb6c5459e1
commit
4ba1085535
@ -40,9 +40,9 @@
|
|||||||
});
|
});
|
||||||
} catch {
|
} catch {
|
||||||
await new Promise((resolve) => setTimeout(resolve, 1000));
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||||
return poll();
|
return this.poll();
|
||||||
}
|
}
|
||||||
poll();
|
this.poll();
|
||||||
try {
|
try {
|
||||||
const data = await res.json();
|
const data = await res.json();
|
||||||
if (data.status !== "nothing") {
|
if (data.status !== "nothing") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user