Skip to content

Commit

Permalink
fix: clean up of unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Feb 26, 2024
1 parent c0e9f43 commit 7ca6707
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 211 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const lodash = require('lodash');
const { GOOGLE_ALLOWED_CONSENT_STATUS } = require('../../util/googleUtils');

const GOOGLE_ALLOWED_CONSENT_STATUS = ['UNSPECIFIED', 'UNKNOWN', 'GRANTED', 'DENIED'];

// Helper to validate and transform consent values
const validateAndTransformConsent = (consentValue) => {
Expand Down
56 changes: 0 additions & 56 deletions src/v0/util/googleUtils/index.js

This file was deleted.

154 changes: 0 additions & 154 deletions src/v0/util/googleUtils/index.test.js

This file was deleted.

0 comments on commit 7ca6707

Please sign in to comment.