Skip to content

Commit c50b1c1

Browse files
committed
fix: missing issues usage in response
1 parent 5a5c79f commit c50b1c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export function withValidator<
263263
status: 500,
264264
body: {
265265
error: 'Response validation failed',
266-
details: validationError,
266+
details: validationError.issues,
267267
},
268268
}
269269
}

0 commit comments

Comments
 (0)