mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Missed a return
This commit is contained in:
@@ -165,7 +165,9 @@ function TwitchUpcomingAd(data) {
|
|||||||
const warningMinute = 5;
|
const warningMinute = 5;
|
||||||
|
|
||||||
if (!upcomingAdWarningStartDelay)
|
if (!upcomingAdWarningStartDelay)
|
||||||
upcomingAdWarningStartDelay = warningMinute * 60 - warningSeconds
|
upcomingAdWarningStartDelay = warningMinute * 60 - warningSeconds;
|
||||||
|
else
|
||||||
|
return;
|
||||||
|
|
||||||
// Start the countdown animation
|
// Start the countdown animation
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user