Skip to content

Commit

Permalink
Fix a bug for bids originating from DALE
Browse files Browse the repository at this point in the history
  • Loading branch information
mefjush committed Aug 3, 2020
1 parent eed5187 commit 2ddd3ac
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 2ddd3ac

Please sign in to comment.