Skip to content

Commit

Permalink
Missena Bid Adapter: fix alias (prebid#9849)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdamoc authored and jorgeluisrocha committed May 18, 2023
1 parent dd1367f commit 65d14b9
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 65d14b9

Please sign in to comment.