mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +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");
|
||||
|
||||
setInterval(
|
||||
() => {
|
||||
this.check();
|
||||
async () => {
|
||||
await this.check();
|
||||
},
|
||||
1000 * 60 * 60
|
||||
); // 1 hour = 60 * 60 = 3600 seconds
|
||||
|
|
Loading…
Reference in a new issue