Skip to content

Commit

Permalink
lint issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-z1tech committed Oct 8, 2024
1 parent 37e70cc commit f78284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vdoaiBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const spec = {
}
let coppaOrtb2 = !!deepAccess(bidderRequest, 'ortb2.regs.coppa');
let coppaConfig = config.getConfig('coppa');
if(coppaOrtb2 === true || coppaConfig === true) {
if (coppaOrtb2 === true || coppaConfig === true) {
payload.coppa = true;
}
return {
Expand Down

0 comments on commit f78284c

Please sign in to comment.