Skip to content

Commit

Permalink
fix headers params (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzaoo committed Dec 13, 2023
1 parent de37875 commit 0d29ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function Header(
): RouteParameter {
return {
name: params.name,
location: 'header',
location: 'headers',
type: legacyTypeIntoZod(type, params),
}
}
Expand Down

0 comments on commit 0d29ff2

Please sign in to comment.