mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
fix ts build error that seems mysteric
This commit is contained in:
@@ -60,6 +60,8 @@ Link: ${getBaseURL()}/admin/booking/${booking.uuid}
|
|||||||
: ('TENTATIVE' as EventStatus),
|
: ('TENTATIVE' as EventStatus),
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
// FIXME: startOutputType does not like 'local'
|
||||||
|
// @ts-ignore
|
||||||
const { error, value } = createEvents(events)
|
const { error, value } = createEvents(events)
|
||||||
|
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user