From b20dd00ac373068958a782196f32fb03e7e59d57 Mon Sep 17 00:00:00 2001 From: anvesh singh <127198268+anvesh-singh@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:22:31 +0530 Subject: [PATCH] fixed final changes --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 1565ef3..0cbef91 100644 --- a/background.js +++ b/background.js @@ -5,7 +5,7 @@ let timerInterval; let startTime; let elapsedTime = 0; let isTimerRunning = false; -const firstIntervalDuration = 0.1667 * 60 * 1000; // 20 minutes in milliseconds +const firstIntervalDuration = 20 * 60 * 1000; // 20 minutes in milliseconds const secondIntervalDuration = 20 * 1000; // 20 seconds for break // Start timer