Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex S <[email protected]>
  • Loading branch information
rmi22186 and alexs-mparticle authored Jan 17, 2025
1 parent ad46ae7 commit be2aa57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cookieSyncManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export default function CookieSyncManager(
// set requiresConsent to false to start each additional pixel configuration
// set to true only if filteringConsenRuleValues.values.length exists
let requiresConsent = false;

// Filtering rules as defined in UI
const {
filteringConsentRuleValues,
Expand All @@ -83,7 +82,6 @@ export default function CookieSyncManager(
frequencyCap,
} = pixelSettings;
const { values } = filteringConsentRuleValues || {};

if (isEmpty(pixelUrl) && isEmpty(redirectUrl)) {
return;
}
Expand Down

0 comments on commit be2aa57

Please sign in to comment.