From bd6ab9d6fd7a7e10ef5d6a5508fa4a1945a0b382 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:29:50 +0000 Subject: [PATCH] style: auto-fix linting issues --- js/events.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/events.js b/js/events.js index 17ffa4c..71c3950 100644 --- a/js/events.js +++ b/js/events.js @@ -1054,8 +1054,6 @@ function showSleepTimerModal(player) { const modal = document.getElementById('sleep-timer-modal'); if (!modal) return; - - const closeModal = () => { modal.classList.remove('active'); cleanup();