Skip to content

Commit

Permalink
Missena Bid Adapter: fix alias (#9849)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdamoc authored Apr 25, 2023
1 parent 5ffd88a commit cff4364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/missenaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const EVENTS_DOMAIN = 'events.missena.io';
const EVENTS_DOMAIN_DEV = 'events.staging.missena.xyz';

export const spec = {
aliases: [BIDDER_CODE],
aliases: ['msna'],
code: BIDDER_CODE,
gvlid: 687,
supportedMediaTypes: [BANNER],
Expand Down

0 comments on commit cff4364

Please sign in to comment.