Skip to content

Commit

Permalink
review comment2
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinashKapre committed Nov 25, 2024
1 parent 001bc2f commit c58d882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/pubmatic/openwrap/defaultbids.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ func newDefaultBidExt(rctx models.RequestCtx, impID, bidder string, bidResponseE

func newDefaultBidExtMultiFloors(floor float64, bidder string, bidResponseExt openrtb_ext.ExtBidResponse) *models.BidExt {
return &models.BidExt{
NetECPM: 0,
Nbr: getNonBRCodeFromBidRespExt(bidder, bidResponseExt),
MultiBidMultiFloorValue: floor,
}
Expand Down

0 comments on commit c58d882

Please sign in to comment.