Skip to content

Commit

Permalink
remove format guard (prebid#11452)
Browse files Browse the repository at this point in the history
  • Loading branch information
0tarof authored and mefjush committed May 21, 2024
1 parent 9028095 commit 5106a1a
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 5106a1a

Please sign in to comment.