Dummy PR to review approver acces - #551
Conversation
… from CMP and set it in a bidderRequest.
Sync gpp branch with nightly
Sync with Nightly
Gpp phase 1 sync
Sync with Nightly
Bidder ord cpg
Merginbg GPP chnages tp pg_bo_l1 changes for QA regression
| prebidConfig["consentManagement"][key] = { | ||
| cmpApi: cmpApi, | ||
| timeout: timeout | ||
| }; |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| }; | |
| }; |
|
|
||
| exports.setConsentConfig = function (prebidConfig, key, cmpApi, timeout) { | ||
| prebidConfig = prebidConfig || {}; | ||
| if (!prebidConfig["consentManagement"]) { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| if (!prebidConfig["consentManagement"]) { | |
| if (!prebidConfig["consentManagement"]) { |
| prebidConfig = prebidConfig || {}; | ||
| if (!prebidConfig["consentManagement"]) { | ||
| prebidConfig["consentManagement"] = {}; | ||
| } |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| } | |
| } |
| prebidConfig["consentManagement"] = {}; | ||
| } | ||
| prebidConfig["consentManagement"][key] = { | ||
| cmpApi: cmpApi, |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 2 tabs but found 4 spaces.
| cmpApi: cmpApi, | |
| cmpApi: cmpApi, |
| if (!prebidConfig["consentManagement"]) { | ||
| prebidConfig["consentManagement"] = {}; | ||
| } | ||
| prebidConfig["consentManagement"][key] = { |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| prebidConfig["consentManagement"][key] = { | |
| prebidConfig["consentManagement"][key] = { |
| }; | ||
|
|
||
| exports.setConsentConfig = function (prebidConfig, key, cmpApi, timeout) { | ||
| prebidConfig = prebidConfig || {}; |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| prebidConfig = prebidConfig || {}; | |
| prebidConfig = prebidConfig || {}; |
| cmpApi: cmpApi, | ||
| timeout: timeout | ||
| }; | ||
| return prebidConfig; |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 1 tab but found 2 spaces.
| return prebidConfig; | |
| return prebidConfig; |
| exports.setConsentConfig = function (prebidConfig, key, cmpApi, timeout) { | ||
| prebidConfig = prebidConfig || {}; | ||
| if (!prebidConfig["consentManagement"]) { | ||
| prebidConfig["consentManagement"] = {}; |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 2 tabs but found 4 spaces.
| prebidConfig["consentManagement"] = {}; | |
| prebidConfig["consentManagement"] = {}; |
| } | ||
| prebidConfig["consentManagement"][key] = { | ||
| cmpApi: cmpApi, | ||
| timeout: timeout |
There was a problem hiding this comment.
Codacy has a fix for the issue: Expected indentation of 2 tabs but found 4 spaces.
| timeout: timeout | |
| timeout: timeout |
No description provided.