Skip to content

Commit

Permalink
rhythmone: reset auctionEnded and requestCompleted on new call to cal…
Browse files Browse the repository at this point in the history
…lBids (prebid#921)
  • Loading branch information
kitwestneat authored and Will Alexander committed Mar 6, 2017
1 parent fc12d57 commit da5632d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/adapters/rhythmone.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ module.exports = function(bidManager, global, loader){
bidParams = getBidParameters(params.bids);

debug = (bidParams !== null && bidParams.debug === true);

auctionEnded = false;
requestCompleted = false;

track(debug, 'hb', 'callBids');

Expand Down Expand Up @@ -337,4 +340,4 @@ module.exports = function(bidManager, global, loader){

logToConsole("version: "+version);
};
};
};

0 comments on commit da5632d

Please sign in to comment.