aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/infrastructure/electron/impl/hardenSession.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/infrastructure/electron/impl/hardenSession.ts')
-rw-r--r--packages/main/src/infrastructure/electron/impl/hardenSession.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/infrastructure/electron/impl/hardenSession.ts b/packages/main/src/infrastructure/electron/impl/hardenSession.ts
index 53675a7..fc358a1 100644
--- a/packages/main/src/infrastructure/electron/impl/hardenSession.ts
+++ b/packages/main/src/infrastructure/electron/impl/hardenSession.ts
@@ -22,7 +22,7 @@ import { URL } from 'node:url';
22 22
23import type { Session } from 'electron'; 23import type { Session } from 'electron';
24 24
25import { getLogger } from '../../../utils/log'; 25import getLogger from '../../../utils/getLogger';
26import type Resources from '../../resources/Resources'; 26import type Resources from '../../resources/Resources';
27 27
28/** 28/**