Skip to content

Commit af33217

Browse files
committed
Please, I just want to get my Switch 2 already
1 parent 72d6a69 commit af33217

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

twitch-ad-countdown-timer/script.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function TwitchUpcomingAd(data) {
169169

170170
// Start the countdown animation
171171
setTimeout(() => {
172-
console.debug('Upcomfing Ad Warning Countdown start...');
172+
console.debug('Upcoming Ad Warning Countdown start...');
173173
if (upcomingAdWarningStartDelay)
174174
UpcomingAdWarning(warningSeconds);
175175
}, upcomingAdWarningStartDelay * 1000);
@@ -420,6 +420,4 @@ function SetConnectionStatus(connected) {
420420
statusContainer.style.transition = "";
421421
statusContainer.style.opacity = 1;
422422
}
423-
}
424-
425-
TwitchUpcomingAd()
423+
}

0 commit comments

Comments
 (0)