diff options
Diffstat (limited to 'frontend')
| -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", |
