Skip to content

Commit

Permalink
CAP-1879 - remove unneeded checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Kress committed Jul 21, 2020
1 parent fa60070 commit 801603e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/synacormediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ export const spec = {

// CCPA
if (bidderRequest && bidderRequest.uspConsent) {
if (!openRtbBidRequest.regs) {
openRtbBidRequest.regs = {};
}
if (!openRtbBidRequest.regs.ext) {
openRtbBidRequest.regs.ext = {};
}
deepSetValue(openRtbBidRequest, 'regs.ext.us_privacy', bidderRequest.uspConsent);
}

Expand Down

0 comments on commit 801603e

Please sign in to comment.