add async

This commit is contained in:
miloschwartz 2025-04-28 22:06:13 -04:00
parent cffc156cf6
commit 81adcd9234
No known key found for this signature in database

View file

@ -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