fix event-types
parent
d09fa56f63
commit
9f50972570
|
@ -37,16 +37,7 @@ async function createOrlistAllEventTypes(
|
|||
select: { eventTypes: true },
|
||||
})
|
||||
.catch((error) => res.status(404).json({ message: "No event types were found", error }));
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
console.log(`userid is: ${userId}`, "eventTypes:", data);
|
||||
>>>>>>> 6099bfb (fix: more logging)
|
||||
// const event_types = data.map(
|
||||
// async (eventType) => await schemaEventTypeReadPublic.safeParseAsync(eventType)
|
||||
// );
|
||||
>>>>>>> d374031 (fix: more logging)
|
||||
|
||||
if (data) res.status(200).json({ event_types: data.eventTypes });
|
||||
else
|
||||
(error: Error) =>
|
||||
|
|
Loading…
Reference in New Issue