We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3deb33c commit 0569c24Copy full SHA for 0569c24
src/archivist/fetcher/proxyUtils.js
@@ -4,7 +4,7 @@ export function resolveProxyConfiguration() {
4
5
return {
6
httpProxy,
7
- httpsProxy
+ httpsProxy,
8
};
9
}
10
0 commit comments