Skip to content

Commit

Permalink
Update beintoo.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ddantuonobeintoo authored May 12, 2020
1 parent fb36e23 commit 80006b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/beintoo/beintoo.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@ func preprocess(request *openrtb.BidRequest) []error {
beintooExt, err := unpackImpExt(&imp)
if err != nil {
errors = append(errors, err)
continue
return errors
}

addImpProps(&imp, &secure, beintooExt)

if err := buildImpBanner(&imp); err != nil {
errors = append(errors, err)
continue
return errors
}
resImps = append(resImps, imp)
}
Expand Down

0 comments on commit 80006b2

Please sign in to comment.