Skip to content

Commit

Permalink
Remove syncstore from adapter (prebid#9890)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas De Stefano <[email protected]>
  • Loading branch information
2 people authored and jorgeluisrocha committed May 18, 2023
1 parent 1483203 commit 4cf73c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/impactifyBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const createOpenRtbRequest = (validBidRequests, bidderRequest) => {

if (bidderRequest.uspConsent) {
deepSetValue(request, 'regs.ext.us_privacy', bidderRequest.uspConsent);
this.syncStore.uspConsent = bidderRequest.uspConsent;
}

if (GETCONFIG('coppa') == true) deepSetValue(request, 'regs.coppa', 1);
Expand Down

0 comments on commit 4cf73c5

Please sign in to comment.