fix: update

This commit is contained in:
2024-05-12 19:04:27 +03:00
parent f7da2dc563
commit f70261320f

View File

@@ -67,4 +67,3 @@ const main = async () => {
setInterval(async () => { setInterval(async () => {
main().then().catch(err => console.error(err)); main().then().catch(err => console.error(err));
}, POLLING_TIMEOUT * 1000) }, POLLING_TIMEOUT * 1000)