Skip to content

Commit

Permalink
MediaimpactBidAdapter: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koshe committed Jun 17, 2024
1 parent a25c1ea commit fbd1106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mediaimpactBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export const spec = {
creativeId: ad.creativeId,
netRevenue: ad.netRevenue,
currency: ad.currency,
winNotification: ad.winNotification,
};
winNotification: ad.winNotification
}

bidObject.meta = {};
if (ad.adomain && ad.adomain.length > 0) {
Expand Down

0 comments on commit fbd1106

Please sign in to comment.