Skip to content

Commit

Permalink
fix: duplicate from upstream
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
SapphicCode and CommanderStorm authored Oct 11, 2024
1 parent 131cf81 commit 062fba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/monitor-types/real-browser-monitor-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ async function getBrowser() {
async function getRemoteBrowser(remoteBrowserID, userId) {
let remoteBrowser = await RemoteBrowser.get(remoteBrowserID, userId);
log.debug("Chromium", `Using remote browser: ${remoteBrowser.name} (${remoteBrowser.id})`);
browser = chromium.connect(remoteBrowser.url);
browser = await chromium.connect(remoteBrowser.url);
return browser;
}
Expand Down

0 comments on commit 062fba3

Please sign in to comment.