Skip to content

Commit

Permalink
Fix unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vovcia2 committed Dec 10, 2024
1 parent db3c638 commit 41797d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ateatimer/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function handleTouch(x, y) {
}
}
}
touchStartTime

// Handle physical button press for resetting timer
setWatch(() => {
resetTimer();
Expand Down

0 comments on commit 41797d0

Please sign in to comment.