File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1+ import { debug , error , warn } from 'src/shared/libraries/log' ;
12import {
23 cancelableTimeout ,
34 type CancelableTimeoutPromise ,
4- } from '../../sw/helpers/CancelableTimeout ' ;
5+ } from '../../sw/helpers/timeout ' ;
56import { sendSessionDuration , updateUserSession } from '../api/sw' ;
67import { encodeHashAsUriComponent } from '../context/helpers' ;
78import {
@@ -19,7 +20,6 @@ import { initializeNewSession } from '../session/helpers';
1920import type { Session , SessionOriginValue } from '../session/types' ;
2021import { getConfigAttribution } from './OutcomesHelper' ;
2122import { getBaseUrl } from './general' ;
22- import { debug , error , warn } from 'src/shared/libraries/log' ;
2323
2424export function getServiceWorkerHref (
2525 config : ServiceWorkerManagerConfig ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ import type { NotificationTypeValue } from 'src/shared/subscriptions/types';
5151import { Browser } from 'src/shared/useragent/constants' ;
5252import { getBrowserName } from 'src/shared/useragent/detect' ;
5353import { VERSION } from 'src/shared/utils/env' ;
54- import { cancelableTimeout } from '../helpers/CancelableTimeout' ;
5554import {
5655 isValidPayload ,
5756 toNativeNotificationAction ,
5857 toOSNotification ,
5958} from '../helpers/notifications' ;
59+ import { cancelableTimeout } from '../helpers/timeout' ;
6060import {
6161 notificationClick ,
6262 notificationDismissed ,
You can’t perform that action at this time.
0 commit comments