We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeb3b6 commit 220b6d6Copy full SHA for 220b6d6
packages/sdk/server-node/src/platform/NodeRequests.ts
@@ -57,7 +57,7 @@ function processProxyOptions(
57
};
58
if (proxyOptions.auth) {
59
parsedOptions.headers = {
60
- 'Proxy-Authorization': `Basic ${Buffer.from(proxyOptions.auth).toString('base64')}}`,
+ 'Proxy-Authorization': `Basic ${Buffer.from(proxyOptions.auth).toString('base64')}`,
61
62
}
63
0 commit comments