fix: no strict in baseparams attendee

pull/9078/head
Agusti Fernandez Pardo 2022-05-20 19:43:23 +02:00
parent 2413e30c69
commit 2fdeb2fc5e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export const schemaAttendeeBaseBodyParams = Attendee.pick({
email: true,
name: true,
timeZone: true,
}).partial();
});
const schemaAttendeeCreateParams = z
.object({