Skip to content

Commit 20da8a4

Browse files
authored
Update puppeteer.ts
1 parent 6d28fa3 commit 20da8a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/_lib/puppeteer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ async function getPage() {
66
if (_page) return _page;
77
const options = {
88
args: chromium.args,
9-
defaultViewport: chromium.defaultViewport,
109
executablePath: await chromium.executablePath(),
1110
headless: chromium.headless,
1211
};

0 commit comments

Comments
 (0)