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.
2 parents 54f3fb3 + c02b960 commit bc6ab04Copy full SHA for bc6ab04
src/loaders/commonConfig.ts
@@ -4,7 +4,7 @@ const express = require( 'express' );
4
const BBPromise = require( 'bluebird' );
5
const fs = BBPromise.promisifyAll( require( 'fs' ) );
6
const yaml = require( 'js-yaml' );
7
-const ProxyAgent = require( 'proxy-agent' );
+const ProxyAgent = require( 'proxy-agent' ).ProxyAgent;
8
const sUtil = require( '../lib/routing' );
9
const apiUtil = require( '../lib/api-util' );
10
0 commit comments