summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/NotificationService.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-05 17:02:14 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-05 17:02:14 +0900
commit1beaac8e2ddffba236c8763de5aa76c1acdea5b1 (patch)
tree5273cb2657be295cd07a8b4afab82bdb9dfce923 /packages/backend/src/core/NotificationService.ts
parentclean up (diff)
downloadsharkey-1beaac8e2ddffba236c8763de5aa76c1acdea5b1.tar.gz
sharkey-1beaac8e2ddffba236c8763de5aa76c1acdea5b1.tar.bz2
sharkey-1beaac8e2ddffba236c8763de5aa76c1acdea5b1.zip
fixes
Diffstat (limited to 'packages/backend/src/core/NotificationService.ts')
-rw-r--r--packages/backend/src/core/NotificationService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/NotificationService.ts b/packages/backend/src/core/NotificationService.ts
index aa4e22f893..a3ce7d32a4 100644
--- a/packages/backend/src/core/NotificationService.ts
+++ b/packages/backend/src/core/NotificationService.ts
@@ -17,7 +17,7 @@ import { PushNotificationService } from '@/core/PushNotificationService.js';
import { NotificationEntityService } from '@/core/entities/NotificationEntityService.js';
import { IdService } from '@/core/IdService.js';
import { CacheService } from '@/core/CacheService.js';
-import { Config } from '@/config.js';
+import type { Config } from '@/config.js';
@Injectable()
export class NotificationService implements OnApplicationShutdown {