mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-25 07:18:35 -05:00
tiny emergency fix
This commit is contained in:
parent
9a02e620ab
commit
e42e6ca390
|
|
@ -68,7 +68,7 @@ export const useXSchedulesStore = defineScheduleStore('xmatch', {
|
|||
// Splatfest Battle (Open)
|
||||
export const useSplatfestOpenSchedulesStore = defineScheduleStore('splatfest/open', {
|
||||
nodes: () => useSchedulesDataStore().data?.festSchedules.nodes,
|
||||
settings: node => node.festMatchSettings?.find(s => s.festMode === 'OPEN'),
|
||||
settings: node => node.festMatchSettings?.find(s => s.festMode === 'REGULAR'),
|
||||
});
|
||||
|
||||
// Splatfest Battle (Pro)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user