Skip to content

Commit 6524f61

Browse files
cursoragentclaude
andcommitted
fix(express): keep patched layer.handle writable
Co-Authored-By: gpt-5.3-codex-high <noreply@anthropic.com>
1 parent 37d4883 commit 6524f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/integrations/express/patch-layer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export function patchLayer(options: ExpressPatchLayerOptions, layer?: ExpressLay
4646
Object.defineProperty(layer, 'handle', {
4747
enumerable: true,
4848
configurable: true,
49+
writable: true,
4950
value: function layerHandlePatched(
5051
this: ExpressLayer,
5152
req: ExpressRequest,

0 commit comments

Comments
 (0)