Skip to content

Commit 041ef10

Browse files
SyntaxNodedtbarne
authored andcommitted
Fix Merge Conflict (prebid#1714)
1 parent 4fd6987 commit 041ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapters/pangle/pangle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (a *adapter) MakeRequests(request *openrtb.BidRequest, requestInfo *adapter
8080
}
8181
// detect and fill adtype
8282
if adType := getAdType(imp, &impExt); adType == -1 {
83-
errs = append(errs, adapters.BadInput("not a supported adtype"))
83+
errs = append(errs, &errortypes.BadInput{Message: "not a supported adtype"})
8484
continue
8585
} else {
8686
impExt.AdType = adType

0 commit comments

Comments
 (0)