Skip to content

Commit

Permalink
Merge branch 'prebid:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
samous authored Sep 14, 2023
2 parents f1c59a7 + 294b84e commit 5ed5c86
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 646 deletions.
1 change: 1 addition & 0 deletions modules/admixerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const spec = {
validRequest.forEach((bid) => {
let imp = {};
Object.keys(bid).forEach(key => imp[key] = bid[key]);
imp.ortb2 && delete imp.ortb2;
payload.imps.push(imp);
});
return {
Expand Down
Loading

0 comments on commit 5ed5c86

Please sign in to comment.