Skip to content

Commit

Permalink
Update auction.js (#7825)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Dec 9, 2021
1 parent 3d02c2f commit 53e6b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ function setKeys(keyValues, bidderSettings, custBidObj, bidReq) {
var value = kvPair.val;

if (keyValues[key]) {
logWarn('The key: ' + key + ' is getting ovewritten');
logWarn('The key: ' + key + ' is being overwritten');
}

if (isFn(value)) {
Expand Down

0 comments on commit 53e6b8e

Please sign in to comment.