Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Aure7138 committed Aug 3, 2024
1 parent 7f1fd21 commit cf03b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export async function crawl(config: Config) {
exclude:
typeof config.exclude === "string"
? [config.exclude]
: (config.exclude ?? []),
: config.exclude ?? [],
});
},
// Comment this option to scrape the full website.
Expand Down

0 comments on commit cf03b8a

Please sign in to comment.