From 65324b848402c6d6c89e78254ca39b7b8ab8e651 Mon Sep 17 00:00:00 2001 From: Alex Lee <3076438032@qq.com> Date: Fri, 19 Apr 2024 13:18:23 +0800 Subject: [PATCH] feat(runtime): ws add url to param --- runtimes/nodejs/src/support/ws.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/runtimes/nodejs/src/support/ws.ts b/runtimes/nodejs/src/support/ws.ts index 130904654c..0eb5621606 100644 --- a/runtimes/nodejs/src/support/ws.ts +++ b/runtimes/nodejs/src/support/ws.ts @@ -73,6 +73,7 @@ async function handleWebSocketEvent( requestId: generateUUID(), socket, __function_name: WEBSOCKET_FUNCTION_NAME, + url: request?.url, headers: request?.headers, }