Skip to content

Commit

Permalink
UOE-11332: Addressed Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pubmatic-Supriya-Patil committed Nov 21, 2024
1 parent 7c9c306 commit 25d1395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/exchange_ow.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ func filterBidsByVastVersion(adapterBids map[openrtb_ext.BidderName]*entities.Pb
continue
}
}
updateSeatNonBidsInvalidVastVersion(seatNonBid, rejectedBid)
validBids = append(validBids, pbsBid)
}
updateSeatNonBidsInvalidVastVersion(seatNonBid, rejectedBid)
seatBid.Bids = validBids
}
return errs
Expand Down

0 comments on commit 25d1395

Please sign in to comment.