Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Feb 10, 2025
1 parent fe632be commit 26aa123
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { CountryCode } from '../index.test';
import { isNonNullable } from '../isNonNullable/isNonNullable';
import { log } from '../logger/logger';
import { isExcludedFromCMP } from './exclusionList';
import { setCurrentFramework } from './getCurrentFramework';
Expand Down Expand Up @@ -27,11 +26,11 @@ import {
PROPERTY_ID_SUBDOMAIN,
SourcePointChoiceTypes,
} from './lib/sourcepointConfig';
import { mergedListKey, mergeVendorList } from './mergeUserConsent';
import { mergeVendorList } from './mergeUserConsent';
import { invokeCallbacks } from './onConsentChange';
import { stub } from './stub';
import type { ConsentFramework } from './types';
import { SPUserConsent } from './types/tcfv2';
import type { SPUserConsent } from './types/tcfv2';

let resolveWillShowPrivacyMessage: typeof Promise.resolve;
export const willShowPrivacyMessage = new Promise<boolean>((resolve) => {
Expand Down

0 comments on commit 26aa123

Please sign in to comment.