Skip to content

Commit

Permalink
BIDDER_CODE check removed (#3862)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmixerTech authored and jsnellbaker committed Jun 4, 2019
1 parent db167c0 commit 2f208f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/admixerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ export const spec = {
referrer: encodeURIComponent(utils.getTopWindowUrl()),
};
bidderRequest.forEach((bid) => {
if (bid.bidder === BIDDER_CODE || ALIASES.indexOf(bid.bidder) > -1) {
payload.imps.push(bid);
}
payload.imps.push(bid);
});
const payloadString = JSON.stringify(payload);
return {
Expand Down

0 comments on commit 2f208f8

Please sign in to comment.