This commit is contained in:
Moritz Utcke
2025-04-06 12:57:20 -04:00
parent 0b89320007
commit 7b0fdbf5f8
22 changed files with 140 additions and 118 deletions

View File

@@ -16,7 +16,7 @@ export const PATCH = defineApiRoute({
updated_at: true,
created_at: true
}).merge(z.object({
startdatum: z.coerce.date()
startdatum: z.coerce.date().nullable(),
})),
output: z.void(),
headers: {