Skip to content

Commit

Permalink
fix: allow creating new adaptive crawler instance without any parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jun 11, 2024
1 parent 2b54660 commit 9b7f595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class AdaptivePlaywrightCrawler extends PlaywrightCrawler {
Router.create<AdaptivePlaywrightCrawlerContext>();

constructor(
options: AdaptivePlaywrightCrawlerOptions,
options: AdaptivePlaywrightCrawlerOptions = {},
override readonly config = Configuration.getGlobalConfig(),
) {
const {
Expand Down

0 comments on commit 9b7f595

Please sign in to comment.