[ci skip] fix

This commit is contained in:
kakkokari-gtyih 2025-09-06 14:50:30 +09:00
parent 8646893b08
commit 8fb6824c1d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ watch(fNow, (to) => {
// //
if (nextDayMidnightTime - to <= TIME_UPDATE_INTERVAL) { if (nextDayMidnightTime - to <= TIME_UPDATE_INTERVAL) {
if (nextDayTimer != null) { if (nextDayTimer != null) {
clearTimeout(nextDayTimer); window.clearTimeout(nextDayTimer);
nextDayTimer = null; nextDayTimer = null;
} }