Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jan 12, 2024
1 parent 4bce046 commit 98c14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/server/src/routes/admin/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export const eventsRouter = router({
startsAt: input.data.startsAt,
endsAt: input.data.endsAt,
published: input.data.published,
type: input.data.type,
},
});
// TODO: update event types
return event;
}),
delete: adminProcedure
Expand Down

0 comments on commit 98c14bf

Please sign in to comment.