add async

This commit is contained in:
miloschwartz
2025-04-28 22:06:13 -04:00
parent cffc156cf6
commit 81adcd9234

View File

@@ -90,8 +90,8 @@ LQIDAQAB
).toString("base64");
setInterval(
() => {
this.check();
async () => {
await this.check();
},
1000 * 60 * 60
); // 1 hour = 60 * 60 = 3600 seconds