Skip to content

Commit

Permalink
Fix Merge Conflict (prebid#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode authored and Dan Barnett committed May 11, 2021
1 parent 4fd6987 commit 041ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/pangle/pangle.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (a *adapter) MakeRequests(request *openrtb.BidRequest, requestInfo *adapter
}
// detect and fill adtype
if adType := getAdType(imp, &impExt); adType == -1 {
errs = append(errs, adapters.BadInput("not a supported adtype"))
errs = append(errs, &errortypes.BadInput{Message: "not a supported adtype"})
continue
} else {
impExt.AdType = adType
Expand Down

0 comments on commit 041ef10

Please sign in to comment.