Skip to content

Commit

Permalink
fix proxy agent for http (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
NShahri authored Sep 24, 2020
1 parent 8fb8470 commit e810362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/request.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import http from 'http';
import https from 'https';
import url from 'url';
import httpProxyAgent from 'https-proxy-agent';
import httpProxyAgent from 'http-proxy-agent';
import httpsProxyAgent from 'https-proxy-agent';
import { request } from 'axios';

Expand Down

0 comments on commit e810362

Please sign in to comment.