Skip to content

Commit cf03b8a

Browse files
committed
Prettier
1 parent 7f1fd21 commit cf03b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export async function crawl(config: Config) {
106106
exclude:
107107
typeof config.exclude === "string"
108108
? [config.exclude]
109-
: (config.exclude ?? []),
109+
: config.exclude ?? [],
110110
});
111111
},
112112
// Comment this option to scrape the full website.

0 commit comments

Comments
 (0)