Skip to content

Commit

Permalink
getAdservertargeting fix (prebid#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminpanchal27 authored and florevallatmrf committed Sep 6, 2018
1 parent 2805516 commit cc85aa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ $$PREBID_GLOBAL$$.getAdserverTargetingForAdUnitCode = function(adUnitCode) {

$$PREBID_GLOBAL$$.getAdserverTargeting = function (adUnitCode) {
utils.logInfo('Invoking $$PREBID_GLOBAL$$.getAdserverTargeting', arguments);
let bidsReceived = auctionManager.getBidsReceived();
return targeting.getAllTargeting(adUnitCode, bidsReceived);
return targeting.getAllTargeting(adUnitCode);
};

/**
Expand Down

0 comments on commit cc85aa5

Please sign in to comment.