fix ts build error that seems mysteric

This commit is contained in:
Thomas Ruoff
2020-11-10 00:28:40 +01:00
parent eef34c6eaf
commit 11e5f02aae

View File

@@ -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) {