Skip to content

Commit

Permalink
getAdservertargeting fix (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminpanchal27 authored and mkendall07 committed Jun 18, 2018
1 parent 38fd90c commit c82572e
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 c82572e

Please sign in to comment.