Change call to use undefined to use default

This commit is contained in:
Ajay Ramachandran
2020-08-06 22:25:39 -04:00
parent 283342afb3
commit 834f6194ed

View File

@@ -718,7 +718,7 @@ function startSkipScheduleCheckingForStartSponsors() {
}
if (startingSponsor !== -1) {
startSponsorSchedule(false, startingSponsor);
startSponsorSchedule(undefined, startingSponsor);
} else {
startSponsorSchedule();
}