🌲 HybridTransport.ts

This commit is contained in:
nirholas
2026-03-31 10:22:40 +00:00
parent 86a2b4e273
commit 782183a9f1

View File

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