Skip to content

Commit

Permalink
feat(runtime): ws add url to param (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Apr 19, 2024
1 parent 799dfc1 commit 9743063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtimes/nodejs/src/support/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async function handleWebSocketEvent(
requestId: generateUUID(),
socket,
__function_name: WEBSOCKET_FUNCTION_NAME,
url: request?.url,
headers: request?.headers,
}

Expand Down

0 comments on commit 9743063

Please sign in to comment.