From 6f2bdb3d62c53d6089a4ab0f2e4fec45a6879c0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 12:24:10 +0000 Subject: [PATCH] chore: code formatting --- source/plugins/community/screenshot/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/community/screenshot/index.mjs b/source/plugins/community/screenshot/index.mjs index 366bb6bf..a4f20f02 100644 --- a/source/plugins/community/screenshot/index.mjs +++ b/source/plugins/community/screenshot/index.mjs @@ -18,7 +18,7 @@ export default async function({login, q, imports, data, account}, {enabled = fal const page = await browser.newPage() await page.setViewport(viewport) console.debug(`metrics/compute/${login}/plugins > screenshot > loading ${url}`) - await page.goto(url, {waitUntil:["domcontentloaded", "networkidle2"]}) + await page.goto(url, {waitUntil: ["domcontentloaded", "networkidle2"]}) if (wait) await new Promise(solve => setTimeout(solve, wait))