Skip to content

Commit

Permalink
Merge pull request #30 from voxmedia/ba-register-deletion
Browse files Browse the repository at this point in the history
[REVEXP-1328] Add in a handler for registerDeletion
  • Loading branch information
benalt authored Jan 27, 2023
2 parents ddd335a + 0adb44d commit 935f156
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/data-privacy-compliance.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/data-privacy-compliance.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/frameworks/us_privacy_string_and_api_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ class UsPrivacyStringAndAPIGenerator extends FrameworkBase {
case 'getUSPData':
usPrivacyDataString = this.buildUsPrivacyString();
break;
case 'registerDeletion':
// TODO: Determine what needs to happen here.
break;
default:
canSuccessfullyAnswer = false;
console.error(`__uspapi: Unable to handle command '${command}'`);
Expand Down

0 comments on commit 935f156

Please sign in to comment.