Skip to content

Commit

Permalink
Chore: Adding missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaSuravarapu committed Nov 20, 2024
1 parent 252da50 commit 074b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helpers/atsHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
options.proxy = false;
options.httpsAgent = new HttpsProxyAgent(process.env.HTTP_PROXY);
} else if (process.env.HTTPS_PROXY) {
options.proxy = false
options.proxy = false;
options.httpsAgent = new HttpsProxyAgent(process.env.HTTPS_PROXY);
}

Expand Down

0 comments on commit 074b95f

Please sign in to comment.