Skip to content

Commit

Permalink
🧹 chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Nov 14, 2024
1 parent 1bc60d7 commit 842f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic-handle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export const createDynamicErrorHandler =
return new Response(
typeof error.cause === 'string' ? error.cause : error.message,
{
headers: context.set.headers,
headers: context.set.headers as any,
status: error.status ?? 500
}
)
Expand Down

0 comments on commit 842f103

Please sign in to comment.