Skip to content

Commit

Permalink
Fixed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skapoor-viant authored Apr 24, 2024
1 parent db45fb3 commit c6d358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/viantOrtbBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export const spec = {
onBidWon: function (bid) {
if (bid.burl) {
utils.triggerPixel(bid.burl);
utils.replaceAuctionPrice(bid.burl,bid.price);
utils.replaceAuctionPrice(bid.burl, bid.price);
} else if (bid.nurl) {
utils.triggerPixel(bid.nurl);
utils.replaceAuctionPrice(bid.nurl,bid.price);
utils.replaceAuctionPrice(bid.nurl, bid.price);
}
}
}
Expand Down

0 comments on commit c6d358e

Please sign in to comment.