diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-11-30 19:13:50 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-11-30 19:13:50 +0700 |
| commit | 989d590400ea3e0d8408e05fe4a0a4b5882c4dcb (patch) | |
| tree | 89481786f6b6ed328671c8244a578eb41e0960a7 | |
| parent | 2da7a25fcd199cbc972a49374dee5e519fda9f9d (diff) | |
quick debug
| -rw-r--r-- | frontend/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
