mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-07-14 15:51:27 -05:00
Cleanup
This commit is contained in:
parent
3a2cb6335b
commit
fdf04a6b4c
|
|
@ -35,7 +35,7 @@
|
|||
"title": "Salmon Run",
|
||||
"weapons": "Supplied Weapons",
|
||||
"bigrun": "Big Run",
|
||||
"eggstrawork": "Eggstra Work",
|
||||
"eggstrawork": "Eggstra Work"
|
||||
},
|
||||
"festival": {
|
||||
"title": "Splatfests",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ function defineScheduleStore(id, options) {
|
|||
const activeSchedule = computed(() => schedules.value?.find(s => time.isActive(s.startTime, s.endTime)));
|
||||
const upcomingSchedules = computed(() => schedules.value?.filter(s => time.isUpcoming(s.startTime)));
|
||||
|
||||
|
||||
return { schedules, currentSchedules, activeSchedule, upcomingSchedules };
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user