fix: or z nul
parent
b9a2e0f4c6
commit
2cd548bdb2
|
@ -103,7 +103,8 @@ export const schemaEventTypeReadPublic = EventType.pick({
|
|||
tzid: timeZone.optional(),
|
||||
})
|
||||
.optional()
|
||||
.nullable(),
|
||||
.nullable()
|
||||
.or(z.null()),
|
||||
locations: z
|
||||
.array(
|
||||
z.object({
|
||||
|
|
Loading…
Reference in New Issue