tiny emergency fix

This commit is contained in:
Slushie 2023-09-08 04:27:55 +01:00
parent 9a02e620ab
commit e42e6ca390
No known key found for this signature in database
GPG Key ID: CDA11820691304E3

View File

@ -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)