Skip to content

Commit

Permalink
Remove redundant alias
Browse files Browse the repository at this point in the history
Fix an issue with the `gdprEnforcement` module. See prebid#7741
  • Loading branch information
muuki88 authored Nov 19, 2021
1 parent 8f6f3b0 commit 2f31882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dspxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const GVLID = 602;
export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
aliases: ['dspx'],
aliases: [],
supportedMediaTypes: [BANNER, VIDEO],
isBidRequestValid: function(bid) {
return !!(bid.params.placement);
Expand Down

0 comments on commit 2f31882

Please sign in to comment.