Skip to content

Commit

Permalink
Change log message for consent to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
deedeeh committed Jul 9, 2024
1 parent a5cb9d0 commit 6bba7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/csr/public-good-test/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const consentState = await getUSPData();
if (!consentState || isCcpaOptedOut(consentState)) {
!consentState && console.error('No consent state found');
!consentState && console.error('No consent');
return refresh();
}
Expand Down

0 comments on commit 6bba7c3

Please sign in to comment.