Merge branch 'main' into production
This commit is contained in:
@@ -36,7 +36,6 @@ async function createOrlistAllEventTypes(
|
||||
select: { eventTypes: true },
|
||||
})
|
||||
.catch((error) => res.status(404).json({ message: "No event types were found", error }));
|
||||
|
||||
if (data) res.status(200).json({ event_types: data.eventTypes });
|
||||
else
|
||||
(error: Error) =>
|
||||
|
||||
Reference in New Issue
Block a user