File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type { OptionKey } from '../database/types';
77import Log from '../libraries/Log' ;
88import { CustomLinkManager } from '../managers/CustomLinkManager' ;
99import { SubscriptionStrategyKind } from '../models/SubscriptionStrategyKind' ;
10- import { limitStorePut } from '../services/limitStore2 ' ;
10+ import { limitStorePut } from '../services/limitStore ' ;
1111import OneSignalEvent from '../services/OneSignalEvent' ;
1212import { IS_SERVICE_WORKER } from '../utils/EnvVariables' ;
1313import { once } from '../utils/utils' ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import type {
1313 NotificationClickEventInternal ,
1414} from './notifications/types' ;
1515import { isCategorySlidedownConfigured } from './prompts/helpers' ;
16- import { limitStorePut } from './services/limitStore2 ' ;
16+ import { limitStorePut } from './services/limitStore ' ;
1717import OneSignalEvent from './services/OneSignalEvent' ;
1818import { logMethodCall } from './utils/utils' ;
1919
File renamed without changes.
You can’t perform that action at this time.
0 commit comments