Skip to content
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

Open
wants to merge 28 commits into
base: nightly
Choose a base branch
from

Conversation

pm-nitin-shirsat
Copy link

No description provided.

pm-nitin-shirsat and others added 28 commits April 4, 2023 11:37
Sync gpp branch with nightly
Merginbg GPP chnages tp pg_bo_l1 changes for QA regression
prebidConfig["consentManagement"][key] = {
cmpApi: cmpApi,
timeout: timeout
};
Copy link

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.

Suggested change
};
};


exports.setConsentConfig = function (prebidConfig, key, cmpApi, timeout) {
prebidConfig = prebidConfig || {};
if (!prebidConfig["consentManagement"]) {
Copy link

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.

Suggested change
if (!prebidConfig["consentManagement"]) {
if (!prebidConfig["consentManagement"]) {

prebidConfig = prebidConfig || {};
if (!prebidConfig["consentManagement"]) {
prebidConfig["consentManagement"] = {};
}
Copy link

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.

Suggested change
}
}

prebidConfig["consentManagement"] = {};
}
prebidConfig["consentManagement"][key] = {
cmpApi: cmpApi,
Copy link

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.

Suggested change
cmpApi: cmpApi,
cmpApi: cmpApi,

if (!prebidConfig["consentManagement"]) {
prebidConfig["consentManagement"] = {};
}
prebidConfig["consentManagement"][key] = {
Copy link

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.

Suggested change
prebidConfig["consentManagement"][key] = {
prebidConfig["consentManagement"][key] = {

};

exports.setConsentConfig = function (prebidConfig, key, cmpApi, timeout) {
prebidConfig = prebidConfig || {};
Copy link

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.

Suggested change
prebidConfig = prebidConfig || {};
prebidConfig = prebidConfig || {};

cmpApi: cmpApi,
timeout: timeout
};
return prebidConfig;
Copy link

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.

Suggested change
return prebidConfig;
return prebidConfig;

exports.setConsentConfig = function (prebidConfig, key, cmpApi, timeout) {
prebidConfig = prebidConfig || {};
if (!prebidConfig["consentManagement"]) {
prebidConfig["consentManagement"] = {};
Copy link

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.

Suggested change
prebidConfig["consentManagement"] = {};
prebidConfig["consentManagement"] = {};

}
prebidConfig["consentManagement"][key] = {
cmpApi: cmpApi,
timeout: timeout
Copy link

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.

Suggested change
timeout: timeout
timeout: timeout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants