Merge pull request #75 from calcom/fix/remove-metadata-pick

fix: removes metadata from pick so they dont clash
pull/9078/head
Agusti Fernandez Pardo 2022-05-17 21:53:42 +02:00 committed by GitHub
commit 754d0992ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({
price: true,
currency: true,
slotInterval: true,
metadata: true,
successRedirectUrl: true,
}).partial();