From af3321797f32210bf5c38a4f1c64f4675e18abd9 Mon Sep 17 00:00:00 2001 From: nuttylmao Date: Thu, 5 Jun 2025 09:44:19 +1000 Subject: [PATCH] Please, I just want to get my Switch 2 already --- twitch-ad-countdown-timer/script.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/twitch-ad-countdown-timer/script.js b/twitch-ad-countdown-timer/script.js index 368397f..5cbda8f 100644 --- a/twitch-ad-countdown-timer/script.js +++ b/twitch-ad-countdown-timer/script.js @@ -169,7 +169,7 @@ function TwitchUpcomingAd(data) { // Start the countdown animation setTimeout(() => { - console.debug('Upcomfing Ad Warning Countdown start...'); + console.debug('Upcoming Ad Warning Countdown start...'); if (upcomingAdWarningStartDelay) UpcomingAdWarning(warningSeconds); }, upcomingAdWarningStartDelay * 1000); @@ -420,6 +420,4 @@ function SetConnectionStatus(connected) { statusContainer.style.transition = ""; statusContainer.style.opacity = 1; } -} - -TwitchUpcomingAd() \ No newline at end of file +} \ No newline at end of file