🌳 SSETransport.ts

This commit is contained in:
nirholas
2026-03-31 10:22:56 +00:00
parent 0d5bb67fb5
commit 28781ccbea
2 changed files with 2 additions and 1 deletions

View File

@@ -281,3 +281,4 @@ function convertWsUrlToPostUrl(wsUrl: URL): string {
return `${protocol}//${wsUrl.host}${pathname}${wsUrl.search}`
}