From 11e5f02aaec0594d21c48805de44e144b31dbd53 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 10 Nov 2020 00:28:40 +0100 Subject: [PATCH] fix ts build error that seems mysteric --- helpers/ical.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/ical.ts b/helpers/ical.ts index 5a287ab..d942000 100644 --- a/helpers/ical.ts +++ b/helpers/ical.ts @@ -60,6 +60,8 @@ Link: ${getBaseURL()}/admin/booking/${booking.uuid} : ('TENTATIVE' as EventStatus), })) + // FIXME: startOutputType does not like 'local' + // @ts-ignore const { error, value } = createEvents(events) if (error) {