Commit stuff in case my computer explodes
This commit is contained in:
@@ -34,4 +34,5 @@ export const postCalendarSchema = z.object({
|
||||
color: z.string().optional().nullable(),
|
||||
months: z.array(calendarMonthSchema).min(1),
|
||||
worldId: z.number().int(),
|
||||
state: z.string().optional().nullable().default("draft"),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user