From fa066e46cae0577c3984daca3a3bddc5d58314d4 Mon Sep 17 00:00:00 2001 From: gregor <gregor.schulz@holi.social> Date: Wed, 19 Mar 2025 14:40:32 +0100 Subject: [PATCH] adapt types to schema --- app/fetch_events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fetch_events.ts b/app/fetch_events.ts index f7599f6..3b0ec8f 100644 --- a/app/fetch_events.ts +++ b/app/fetch_events.ts @@ -14,7 +14,7 @@ export type HoliEventLocation = { export type HoliEventDetails = { description: string - externalLink: string + externalLink?: string meetingLink?: string } -- GitLab