Skip to content

Commit

Permalink
Remove breaking line
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora-dot committed May 24, 2024
1 parent 38ae444 commit 6090e0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ func scrape(ctx context.Context, event *MyEvent) (*MyResponse, error) {

log.Println("Finished getImageAsBase64")

page.MustClose()

return &MyResponse{HTML: page.MustHTML(), Price: price, Image: imageAsBase64, InStock: *stockStatus}, nil
}

Expand Down

0 comments on commit 6090e0e

Please sign in to comment.