From 8e8ab398c95e7206d1040e7248b9c61df946f1ef Mon Sep 17 00:00:00 2001 From: sora-ext Date: Tue, 25 Feb 2025 16:08:00 +0100 Subject: [PATCH] Update src/client/types/format.ts --- src/client/types/format.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client/types/format.ts b/src/client/types/format.ts index 0693e03..1d4fcf2 100644 --- a/src/client/types/format.ts +++ b/src/client/types/format.ts @@ -29,7 +29,6 @@ declare global { interface journey { fmt_ver: number title: string - name: string | null main: leg[] } } @@ -37,7 +36,6 @@ declare global { const journey_template: journey = { fmt_ver: 1, title: "New Journey", - name: null, main: [], }