Skip to content

Commit

Permalink
Merge branch 'master' into prebid-7
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed May 4, 2022
2 parents eeeab7b + 97ae929 commit 670ee19
Show file tree
Hide file tree
Showing 9 changed files with 487 additions and 280 deletions.
2 changes: 1 addition & 1 deletion modules/livewrappedBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const spec = {
var adRequests = bidRequests.map(bidToAdRequest);

if (eids) {
ortb2 = mergeDeep(ortb2 || {}, eids);
ortb2 = mergeDeep(mergeDeep({}, ortb2 || {}), eids);
}

const payload = {
Expand Down
Loading

0 comments on commit 670ee19

Please sign in to comment.