Skip to content

Commit

Permalink
remove format guard (#11452)
Browse files Browse the repository at this point in the history
  • Loading branch information
0tarof committed May 7, 2024
1 parent 8ebc22d commit ff458c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/ajaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ export const spec = {

for (let i = 0, len = validBidRequests.length; i < len; i++) {
const bidRequest = validBidRequests[i];
if (
(bidRequest.mediaTypes?.native || bidRequest.mediaTypes?.video) &&
bidRequest.mediaTypes?.banner) {
continue
}

let queryString = '';

Expand Down

0 comments on commit ff458c5

Please sign in to comment.