Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored and nikolaik committed May 6, 2024
1 parent 4f6099b commit 24e48f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ const URL = __webpack_require__(835).URL
const { https } = __webpack_require__(549)
const AdmZip = __webpack_require__(639)
const HttpsProxyAgent = __webpack_require__(338)
var proxy = process.env.http_proxy || 'http://168.63.76.32:3128';

const selectPlatforn = (platform) =>
platform ? [null, platform] :
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const URL = require('url').URL
const { https } = require('follow-redirects')
const AdmZip = require('adm-zip')
const HttpsProxyAgent = require('https-proxy-agent')
var proxy = process.env.http_proxy || 'http://168.63.76.32:3128';

const selectPlatforn = (platform) =>
platform ? [null, platform] :
Expand Down

0 comments on commit 24e48f0

Please sign in to comment.