From 94b13c8d6081b0231cb1873bafbcfbe95cff082d Mon Sep 17 00:00:00 2001 From: elpatron Date: Sat, 30 May 2026 10:16:32 +0200 Subject: [PATCH] fix: Add fileType to PublicDemoFixture gpsTracks type for CI build. Co-authored-by: Cursor --- client/src/services/demoLogbookData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/services/demoLogbookData.ts b/client/src/services/demoLogbookData.ts index 7309b14..fa67ec1 100644 --- a/client/src/services/demoLogbookData.ts +++ b/client/src/services/demoLogbookData.ts @@ -51,7 +51,7 @@ export interface PublicDemoFixture { yacht: Record crews: DemoCrewRecord[] entries: Array & { payloadId: string }> - gpsTracks: Array<{ entryId: string; waypoints: unknown[]; filename: string; gpxContent?: string }> + gpsTracks: Array<{ entryId: string; waypoints: unknown[]; filename: string; gpxContent?: string; fileType: string }> photos: never[] firstEntryId: string }