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