style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-01-19 21:29:50 +00:00 committed by github-actions[bot]
parent 5975fdbac7
commit bd6ab9d6fd

View file

@ -1054,8 +1054,6 @@ function showSleepTimerModal(player) {
const modal = document.getElementById('sleep-timer-modal');
if (!modal) return;
const closeModal = () => {
modal.classList.remove('active');
cleanup();