Missing semi-colon

pull/1367/head
Joseph Moroney 2022-01-06 17:38:41 +10:00
parent 97696f7928
commit d9cd94226e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ const fullReset = () => {
if (drawTimeout) clearTimeout(drawTimeout);
if (waitTimeout) clearTimeout(waitTimeout);
if (drawInterval) clearInterval(drawInterval);
}
};
const start = () => {
fullReset();