Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkkimaagi committed May 15, 2024
1 parent 208bc55 commit 5267df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/hds-cc/hds-cc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
getTranslationKeys,
} from './hds-cc_translations';

import MonitorAncCleanBrowserStorages from './monitorAndCleanBrowserStorages';
import MonitorAndCleanBrowserStorages from './monitorAndCleanBrowserStorages';

/**
* Represents a class for managing cookie consent.
Expand Down Expand Up @@ -112,7 +112,7 @@ class HdsCookieConsentClass {
window.hds.cookieConsent = this;

if (monitorInterval > 0) {
this.#MONITOR = new MonitorAncCleanBrowserStorages(monitorInterval, remove);
this.#MONITOR = new MonitorAndCleanBrowserStorages(monitorInterval, remove);
}

if (document.readyState === 'loading') {
Expand Down

0 comments on commit 5267df7

Please sign in to comment.