mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-13 05:40:38 +01: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…
Reference in a new issue