Skip to content

Commit

Permalink
chore: remove unused await
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbi08 committed Jan 15, 2024
1 parent e3dca08 commit b33fa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/wdi5-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export async function injectUI5(config: wdi5Config, browserInstance) {
}

const version = await (browserInstance as WebdriverIO.Browser).getUI5Version()
await checkUI5Version(version)
checkUI5Version(version)
await clientSide_injectTools(browserInstance) // helpers for wdi5 browser scope
await clientSide_injectXHRPatch(config, browserInstance)
result = result && (await clientSide_injectUI5(config, waitForUI5Timeout, browserInstance))
Expand Down

0 comments on commit b33fa1b

Please sign in to comment.