Skip to content

Commit

Permalink
fix PR problem
Browse files Browse the repository at this point in the history
  • Loading branch information
faithnh committed Feb 25, 2021
1 parent 1080b56 commit 435bf6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adapters/unicorn/unicorn.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ func (a *adapter) MakeBids(request *openrtb.BidRequest, requestData *adapters.Re
if imp.ID == bid.ImpID {
if imp.Banner != nil {
bidType = openrtb_ext.BidTypeBanner
}
if imp.Native != nil {
} else if imp.Native != nil {
bidType = openrtb_ext.BidTypeNative
}
}
Expand Down

0 comments on commit 435bf6e

Please sign in to comment.