Skip to content

Commit bdac55d

Browse files
authored
Update puppeteer.js
1 parent 55bc413 commit bdac55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/_lib/puppeteer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { launch, Page } from 'puppeteer-core';
22
import chrome from 'chrome-aws-lambda';
3-
let page: Page || null;
3+
let page = Page || null;
44

55
async function getPage() {
66
if (page) return page;

0 commit comments

Comments
 (0)