fix: update #8

Merged
redrockjs merged 1 commits from dev into main 2024-05-12 16:04:21 +00:00
Showing only changes of commit f70261320f - Show all commits

View File

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