Merge pull request #95 from calcom/production

hotfix: debugging event-types in prod
pull/9078/head
Agusti Fernandez Pardo 2022-05-23 23:13:22 +02:00 committed by GitHub
commit 14aca7ef2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ async function createOrlistAllEventTypes(
.findMany({ where: { userId } })
.catch((error) => res.status(404).json({ message: "No event types were found", error }));
console.log("eventTypes:", data);
console.log("userId:", userId);
// const event_types = data.map(
// async (eventType) => await schemaEventTypeReadPublic.safeParseAsync(eventType)
// );