Don't add King Salmonid predictions for Eggstra Work schedules

This commit is contained in:
Matt Isenhower 2023-04-13 10:40:55 -07:00
parent 7b48388672
commit 03c2837a85

View File

@ -58,7 +58,6 @@ export default class StageScheduleUpdater extends DataUpdater
let schedules = _.sortBy([
..._.get(data, 'data.coopGroupingSchedule.regularSchedules.nodes'),
..._.get(data, 'data.coopGroupingSchedule.bigRunSchedules.nodes'),
..._.get(data, 'data.coopGroupingSchedule.teamContestSchedules.nodes'),
], 'startTime');
// Remove cached times that don't exist anymore