mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +02:00
add async
This commit is contained in:
parent
cffc156cf6
commit
81adcd9234
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ LQIDAQAB
|
||||||
).toString("base64");
|
).toString("base64");
|
||||||
|
|
||||||
setInterval(
|
setInterval(
|
||||||
() => {
|
async () => {
|
||||||
this.check();
|
await this.check();
|
||||||
},
|
},
|
||||||
1000 * 60 * 60
|
1000 * 60 * 60
|
||||||
); // 1 hour = 60 * 60 = 3600 seconds
|
); // 1 hour = 60 * 60 = 3600 seconds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue