Skip to content

Commit

Permalink
Revert "Fix typo in warning (prebid#5682)"
Browse files Browse the repository at this point in the history
This reverts commit 278da79.
  • Loading branch information
BrightMountainMedia authored Sep 14, 2020
1 parent 3623614 commit 09fc212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ $$PREBID_GLOBAL$$.markWinningBidAsUsed = function (markBidRequest) {
} else if (markBidRequest.adId) {
bids = auctionManager.getBidsReceived().filter(bid => bid.adId === markBidRequest.adId);
} else {
utils.logWarn('Improper use of markWinningBidAsUsed. It needs an adUnitCode or an adId to function.');
utils.logWarn('Inproper usage of markWinningBidAsUsed. It\'ll need an adUnitCode and/or adId to function.');
}

if (bids.length > 0) {
Expand Down

0 comments on commit 09fc212

Please sign in to comment.