🌳 SSETransport.ts

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

View File

@@ -709,3 +709,4 @@ function convertSSEUrlToPostUrl(sseUrl: URL): string {
} }
return `${sseUrl.protocol}//${sseUrl.host}${pathname}` return `${sseUrl.protocol}//${sseUrl.host}${pathname}`
} }