Merge pull request #95 from calcom/production

hotfix: debugging event-types in prod
This commit is contained in:
Agusti Fernandez Pardo
2022-05-23 23:13:22 +02:00
committed by GitHub
+1
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)
// );