Skip to content

Commit

Permalink
fix string break in gdpr applies warning
Browse files Browse the repository at this point in the history
  • Loading branch information
angelamerkelprebid authored Aug 6, 2020
1 parent c4200e7 commit 3442c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/merkleIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const merkleIdSubmodule = {
}

if (consentData && typeof consentData.gdprApplies === 'boolean' && consentData.gdprApplies) {
utils.logError('User ID - merkleId submodule doesn't currently handle consent strings');
utils.logError('User ID - merkleId submodule does not currently handle consent strings');
return;
}

Expand Down

0 comments on commit 3442c40

Please sign in to comment.