Skip to content

Commit

Permalink
Merge pull request #248 from jakopako/fix/gen-chrome-bug
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
jakopako authored Nov 7, 2023
2 parents 0faeb3b + b5df920 commit b4d7899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automate/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ func GetDynamicFieldsConfig(s *scraper.Scraper, minOcc int, removeStaticFields b

var fetcher fetch.Fetcher
if s.RenderJs {
fetcher = &fetch.DynamicFetcher{}
fetcher = fetch.NewDynamicFetcher("", 0)
} else {
fetcher = &fetch.StaticFetcher{}
}
Expand Down

0 comments on commit b4d7899

Please sign in to comment.