Skip to content

Commit

Permalink
feat: add empty_imp_ext_bidder test json
Browse files Browse the repository at this point in the history
  • Loading branch information
adam authored and adam committed Jan 10, 2024
1 parent 699a416 commit 5cbf496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/zmaticoo/zmaticoo.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func getZmaticooExt(request *openrtb2.BidRequest) []error {
continue
}
if extImpZmaticoo.ZoneId == "" || extImpZmaticoo.PubId == "" {
errs = append(errs, fmt.Errorf("zoneid or pubid is required"))
errs = append(errs, fmt.Errorf("imp.ext.pubId or imp.ext.zoneId required"))
continue
}
}
Expand Down

0 comments on commit 5cbf496

Please sign in to comment.