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