Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
pin705 committed Jul 17, 2024
1 parent b087d3c commit 87dda6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scraper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class API {
await this.init();
}

const page = await this.browser.newPage();
const page = await this.browser!.newPage();
await page.goto(url);

// Basic timeout
Expand Down

0 comments on commit 87dda6e

Please sign in to comment.