Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Jan 23, 2025
1 parent eff620b commit e603b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support-frontend/assets/helpers/page/analyticsAndConsent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ function consentInitialisation(country: IsoCountry): void {
platform: 'support',
},
country,
isUserSignedIn: window.location.search.includes('CMP_SIGNED_IN'),
useNonAdvertisedList: window.location.search.includes('CMP_MAIN'),
isUserSignedIn: window.location.search.includes('CMP_SIGNED_IN'),
useNonAdvertisedList: window.location.search.includes('CMP_MAIN'),
});
} catch (e) {
if (typeof e === 'string') {
Expand Down

0 comments on commit e603b93

Please sign in to comment.