From d9cd94226e84a07e4cd4219dbd6f40b07195f798 Mon Sep 17 00:00:00 2001 From: Joseph Moroney Date: Thu, 6 Jan 2022 17:38:41 +1000 Subject: [PATCH] Missing semi-colon --- apps/sonicclk/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sonicclk/app.js b/apps/sonicclk/app.js index c92818b01..b12af48fd 100644 --- a/apps/sonicclk/app.js +++ b/apps/sonicclk/app.js @@ -113,7 +113,7 @@ const fullReset = () => { if (drawTimeout) clearTimeout(drawTimeout); if (waitTimeout) clearTimeout(waitTimeout); if (drawInterval) clearInterval(drawInterval); -} +}; const start = () => { fullReset();