mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-12 02:25:48 -05:00
Cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ import { computed } from "vue";
|
||||
import { useSchedulesStore } from "./data";
|
||||
import { useTimeStore } from "./time";
|
||||
|
||||
|
||||
// Schedule store definition (used for each type of schedule)
|
||||
function defineScheduleStore(id, options) {
|
||||
return defineStore(`schedules/${id}`, () => {
|
||||
const transform = node => ({
|
||||
|
||||
Reference in New Issue
Block a user