Skip to content

Commit 074b95f

Browse files
Chore: Adding missing semicolon
1 parent 252da50 commit 074b95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/atsHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
6363
options.proxy = false;
6464
options.httpsAgent = new HttpsProxyAgent(process.env.HTTP_PROXY);
6565
} else if (process.env.HTTPS_PROXY) {
66-
options.proxy = false
66+
options.proxy = false;
6767
options.httpsAgent = new HttpsProxyAgent(process.env.HTTPS_PROXY);
6868
}
6969

0 commit comments

Comments
 (0)