mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-07-19 01:15:06 -05:00
Only use upcoming Salmon Run schedules
This commit is contained in:
parent
6d7fad6b4c
commit
5ada11a0d2
|
|
@ -12,10 +12,10 @@ export default class SalmonRunUpcomingStatus extends StatusGenerator
|
|||
await this.preparePinia();
|
||||
|
||||
// Look for any interesting upcoming schedules
|
||||
return useSalmonRunSchedulesStore().currentSchedules.find(
|
||||
return useSalmonRunSchedulesStore().upcomingSchedules.find(
|
||||
s => s.isBigRun
|
||||
|| s.isMystery
|
||||
|| s.isGrizzcoMystery
|
||||
|| s.isMystery
|
||||
|| s.isGrizzcoMystery
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user