mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-24 14:56:52 -05:00
Don't add King Salmonid predictions for Eggstra Work schedules
This commit is contained in:
parent
7b48388672
commit
03c2837a85
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user