-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dummy PR to review approver acces #551
base: nightly
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codacy has a fix for the issue: Expected indentation of 2 tabs but found 4 spaces.
timeout: timeout | |
timeout: timeout |
No description provided.