Skip to content

Commit

Permalink
chore: speed improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
pevers committed Jan 22, 2024
1 parent 8b737ae commit d23e4fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/google/scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ class GoogleScraper {
} else {
results = await this._scrapePage(searchQuery, limit);
}

await this._scrapePage(searchQuery, limit);

await this.browser.close();
return results;
}
Expand Down

0 comments on commit d23e4fd

Please sign in to comment.