Skip to content

Commit

Permalink
Update aolBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored May 14, 2021
1 parent 05f86d7 commit 82709a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/aolBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ function _isNexageRequestPost(bid) {
if (_isOneMobileBidder(bid.bidder) && bid.params.id && bid.params.imp && bid.params.imp[0]) {
let imp = bid.params.imp[0];
return imp.id && imp.tagid &&
((imp.banner && imp.banner.w && imp.banner.h) ||
(imp.video && imp.video.mimes && imp.video.minduration && imp.video.maxduration));
((imp.banner && imp.banner.w && imp.banner.h);
}
}

Expand Down

0 comments on commit 82709a8

Please sign in to comment.