Skip to content

Commit e22de49

Browse files
committed
Merge branch 'enum--params-string-support' of https://github.com/scrapfly/typescript-scrapfly into enum--params-string-support
2 parents ffa8e17 + 76e8793 commit e22de49

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)