We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9adaa commit 9fc395eCopy full SHA for 9fc395e
packages/client/src/impl/node/NodeHttpTransport.ts
@@ -74,7 +74,7 @@ export class NodeHttpTransport implements Transport {
74
protocol: url.protocol,
75
hostname: url.hostname,
76
}
77
- this._contextPath = proxyUrl ? _url : (url.path ?? '')
+ this._contextPath = proxyUrl ? _url : url.path ?? ''
78
if (this._contextPath.endsWith('/')) {
79
this._contextPath = this._contextPath.substring(
80
0,
0 commit comments