Skip to content

Commit 3c28b7a

Browse files
committed
feat: remove unused event status from schema
1 parent c9b3f4c commit 3c28b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/domains/Events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const eventSchema = z.object({
1212
location: z.string(),
1313
duration: z.string(),
1414
capacity: z.number(),
15-
status: z.enum(["open", "soon", "closed", "comming soon"]),
15+
status: z.enum(["open", "soon", "closed"]),
1616
tags: z
1717
.array(
1818
z.object({

0 commit comments

Comments
 (0)