Skip to content

Commit b9935ca

Browse files
Merge pull request #46 from gulshansainis/main
const is not required
2 parents abd543a + cc1fca3 commit b9935ca

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)