Fix closure warning

This commit is contained in:
Santiago Lo Coco 2024-05-09 14:08:29 +02:00
parent d93640c9ba
commit 204f2d89d7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
let timerState = $state("Ready")
let timeLeftDisplay = $state("")
let timeLeft = $state(BREAK_INTERVAL_STORE)
let timeLeft = $state(0)
$effect(() => {
BREAK_INTERVAL = BREAK_INTERVAL_STORE * 60 * 1000