From 67283c45c1a3007dbe2cf8f4f7792cb93d30bc7c Mon Sep 17 00:00:00 2001 From: amit3200 Date: Wed, 23 Aug 2023 05:07:34 +0530 Subject: [PATCH] Lint fixes --- percy/percyOnAutomate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percy/percyOnAutomate.js b/percy/percyOnAutomate.js index d82bc7b..f7dbeb6 100644 --- a/percy/percyOnAutomate.js +++ b/percy/percyOnAutomate.js @@ -34,7 +34,7 @@ module.exports = async function percyOnAutomate(driver, name, options) { return driver.type === 'wd' ? await driver.getCapabilities() : driver.driver.capabilities; }); const commandExecutorUrl = await Cache.withCache(Cache.commandExecutorUrl, sessionId, async () => { - return driver.commandExecutorUrl + return driver.commandExecutorUrl; }); /* istanbul ignore next */