Skip to content

Commit 76e8793

Browse files
mazen-rjjsaunier
andauthored
fix wrong only_content enum key
Co-authored-by: Johann Saunier <[email protected]>
1 parent 7c59a1b commit 76e8793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrapeconfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export enum Format {
3838
export enum FormatOption {
3939
NO_LINKS = 'no_links',
4040
NO_IMAGES = 'no_images',
41-
NO_CONTENT = 'only_content'
41+
ONLY_CONTENT = 'only_content'
4242
}
4343

4444
type ScrapeConfigOptions = {

0 commit comments

Comments
 (0)