From 44bf49d41459497808a7947a0352a5cc217e016d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 16 Oct 2020 13:15:08 -0600 Subject: [PATCH] Update scripts/build-jitsi.js --- scripts/build-jitsi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-jitsi.js b/scripts/build-jitsi.js index fb3f0ddd2b..3f2ba29906 100644 --- a/scripts/build-jitsi.js +++ b/scripts/build-jitsi.js @@ -18,7 +18,7 @@ const fname = path.join("webapp", "jitsi_external_api.min.js"); const options = {}; if (process.env.HTTPS_PROXY) { - options.agent = new ProxyAgent(process.env.HTTPS_PROXY, { tunnel : true } ); + options.agent = new ProxyAgent(process.env.HTTPS_PROXY, {tunnel: true}); } fetch("https://jitsi.riot.im/libs/external_api.min.js", options).then(res => {