diff options
| -rw-r--r-- | frontend/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js index 500009b..9750377 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -224,7 +224,7 @@ async function fetchTimers() { // --- finish / collect timer / laundry async function finishLaundryTimer(timerId) { - coonsole.log("finishing timer! w/ id "+timerId.toString()); + console.log("finishing timer! w/ id "+timerId.toString()); const response = await fetch(`${API_URL}/finish`, { method: "POST", credentials: "include", |
