Skip to content

Commit

Permalink
Superfluous argument passed
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrmartinez committed Oct 20, 2021
1 parent db688eb commit 4c424a0
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 @@ -716,7 +716,7 @@ export function getKeyValueTargetingPairs(bidderCode, custBidObj, bidReq) {
// 1) set the keys from "standard" setting or from prebid defaults
if (bidderSettings) {
// initialize default if not set
const standardSettings = getStandardBidderSettings(custBidObj.mediaType, bidderCode, bidReq);
const standardSettings = getStandardBidderSettings(custBidObj.mediaType, bidderCode);
setKeys(keyValues, standardSettings, custBidObj, bidReq);

// 2) set keys from specific bidder setting override if they exist
Expand Down

0 comments on commit 4c424a0

Please sign in to comment.