aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/reactions/loadServices.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/reactions/loadServices.ts')
-rw-r--r--packages/main/src/reactions/loadServices.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/reactions/loadServices.ts b/packages/main/src/reactions/loadServices.ts
index f56ac62..50fd2cb 100644
--- a/packages/main/src/reactions/loadServices.ts
+++ b/packages/main/src/reactions/loadServices.ts
@@ -29,7 +29,7 @@ import type {
29} from '../infrastructure/electron/types'; 29} from '../infrastructure/electron/types';
30import type MainStore from '../stores/MainStore'; 30import type MainStore from '../stores/MainStore';
31import type Service from '../stores/Service'; 31import type Service from '../stores/Service';
32import { getLogger } from '../utils/log'; 32import getLogger from '../utils/getLogger';
33 33
34const log = getLogger('loadServices'); 34const log = getLogger('loadServices');
35 35