Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Jun 27, 2024
1 parent d3a513e commit 5540c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example-todo-app/pages/api/todo/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const jsonBody = z.object({
---
This is an unused, deprecated field.
`),
description: z.string().nullable(),
description: z.string().nullable().optional(),
})

export const route_spec = checkRouteSpec({
Expand Down

0 comments on commit 5540c8c

Please sign in to comment.