Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Aug 22, 2023
1 parent 62db3a4 commit 67283c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percy/percyOnAutomate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 67283c4

Please sign in to comment.