Skip to content

Commit 6f2bdb3

Browse files
chore: code formatting
1 parent e0475b9 commit 6f2bdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/community/screenshot/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default async function({login, q, imports, data, account}, {enabled = fal
1818
const page = await browser.newPage()
1919
await page.setViewport(viewport)
2020
console.debug(`metrics/compute/${login}/plugins > screenshot > loading ${url}`)
21-
await page.goto(url, {waitUntil:["domcontentloaded", "networkidle2"]})
21+
await page.goto(url, {waitUntil: ["domcontentloaded", "networkidle2"]})
2222
if (wait)
2323
await new Promise(solve => setTimeout(solve, wait))
2424

0 commit comments

Comments
 (0)