Skip to content

Commit 5593a7f

Browse files
committed
Linter
1 parent ca05aa5 commit 5593a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ router.post(
4949
});
5050
const page = await context.newPage();
5151
await page.goto(body.url, {
52-
waitUntil: 'domcontentloaded',
52+
waitUntil: "domcontentloaded",
5353
});
5454
await page.waitForFunction(() => {
55-
// eslint-disable-next-line
56-
return document.fonts.ready
55+
// eslint-disable-next-line
56+
return document.fonts.ready;
5757
});
5858
await page.waitForTimeout(3000); // Safe addition for any extra JS
5959
const screen = await page.screenshot();

0 commit comments

Comments
 (0)