mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-09 00:55:45 -05:00
Cleanup
This commit is contained in:
@@ -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 };
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user