Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutgon committed Dec 20, 2024
1 parent 8e98a9b commit d355868
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export const evaluateRoute = createRoute({
description: 'Evaluations were executed successfully',
content: {
[http.MediaTypes.JSON]: {
schema: z
.array(z.string())
.optional()
schema: z.array(z.string()).optional(),
},
},
},
Expand Down

0 comments on commit d355868

Please sign in to comment.