From 41797d0787a4a8f190c0081dff5988b6deec9b38 Mon Sep 17 00:00:00 2001 From: vovcia Date: Wed, 11 Dec 2024 00:16:25 +0100 Subject: [PATCH] Fix unused variables --- apps/ateatimer/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ateatimer/app.js b/apps/ateatimer/app.js index 347401ac2a..52af806a54 100644 --- a/apps/ateatimer/app.js +++ b/apps/ateatimer/app.js @@ -106,7 +106,7 @@ function handleTouch(x, y) { } } } -touchStartTime + // Handle physical button press for resetting timer setWatch(() => { resetTimer();