From f6a509eefaf9be5ddfd141e318db3505d336b547 Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 20 Jan 2023 10:48:41 -0600 Subject: [PATCH] Updates --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 657f75d..632fa2b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -113,6 +113,7 @@ const collectData = async () => { console.log(e); } } + setTimeout(() => collectData(), DATA_COLLECT_SLEEP); };