mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-20 07:34:28 -05:00
Don't add King Salmonid predictions for Eggstra Work schedules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user