From f70261320f43d0e391b886a72617efbab35dce84 Mon Sep 17 00:00:00 2001 From: RedRock Date: Sun, 12 May 2024 19:04:27 +0300 Subject: [PATCH] fix: update --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 0d88358..1828834 100644 --- a/src/index.ts +++ b/src/index.ts @@ -67,4 +67,3 @@ const main = async () => { setInterval(async () => { main().then().catch(err => console.error(err)); }, POLLING_TIMEOUT * 1000) -