Skip to content

Commit

Permalink
Fix a bug for bids originating from DALE (#5566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mefjush authored Aug 5, 2020
1 parent 0ffe83f commit 7d74129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adheseBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function getbaseAdResponse(response) {
}

function isAdheseAd(ad) {
return !ad.origin || ad.origin === 'JERLICIA' || ad.origin === 'DALE';
return !ad.origin || ad.origin === 'JERLICIA';
}

function getMediaType(markup) {
Expand Down

0 comments on commit 7d74129

Please sign in to comment.