Skip to content

Commit 842f103

Browse files
committed
🧹 chore: merge main
1 parent 1bc60d7 commit 842f103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamic-handle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export const createDynamicErrorHandler =
460460
return new Response(
461461
typeof error.cause === 'string' ? error.cause : error.message,
462462
{
463-
headers: context.set.headers,
463+
headers: context.set.headers as any,
464464
status: error.status ?? 500
465465
}
466466
)

0 commit comments

Comments
 (0)