From 6a2450291266bcd350ad7e95e1b432ef80a79f67 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 18 Sep 2024 09:56:00 +0200 Subject: [PATCH] Fix lint --- client/e2e/wdio.browserstack.conf.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/e2e/wdio.browserstack.conf.ts b/client/e2e/wdio.browserstack.conf.ts index 124462f0b..cb7fd3229 100644 --- a/client/e2e/wdio.browserstack.conf.ts +++ b/client/e2e/wdio.browserstack.conf.ts @@ -163,8 +163,7 @@ module.exports = { if (options.protocol === 'https:') { options['agent'] = secureAgent return httpsRequest(options, callback) - } - else { + } else { options['agent'] = agent return httpRequest(options, callback) }