Skip to content

Commit cc1fca3

Browse files
const is not required
1 parent abd543a commit cc1fca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exports.handler = async (event, context) => {
2525
let browser = null;
2626

2727
try {
28-
const browser = await playwright.launchChromium();
28+
browser = await playwright.launchChromium();
2929
const context = await browser.newContext();
3030

3131
const page = await context.newPage();

0 commit comments

Comments
 (0)