From 989d590400ea3e0d8408e05fe4a0a4b5882c4dcb Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 30 Nov 2025 19:13:50 +0700 Subject: quick debug --- frontend/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/main.js b/frontend/main.js index e27977d..500009b 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -224,6 +224,7 @@ async function fetchTimers() { // --- finish / collect timer / laundry async function finishLaundryTimer(timerId) { + coonsole.log("finishing timer! w/ id "+timerId.toString()); const response = await fetch(`${API_URL}/finish`, { method: "POST", credentials: "include", -- cgit v1.2.3