Skip to content

Commit

Permalink
Remove redundant alias (prebid#7742)
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 and Chris Pabst committed Jan 10, 2022
1 parent 3a46dd4 commit d366aaf
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 d366aaf

Please sign in to comment.