Skip to content

Commit

Permalink
removed newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jakopako committed Apr 30, 2024
1 parent 6d2d51c commit 39188b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 287,7 @@ func (c Scraper) GetItems(globalConfig *GlobalConfig, rawDyn bool) ([]map[string
}

for hasNextPage {

baseUrl := getBaseURL(pageURL, doc)

doc.Find(c.Item).Each(func(i int, s *goquery.Selection) {
currentItem := make(map[string]interface{})
for _, f := range c.Fields {
Expand Down

0 comments on commit 39188b5

Please sign in to comment.