diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-05 17:02:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-05 17:02:14 +0900 |
| commit | 1beaac8e2ddffba236c8763de5aa76c1acdea5b1 (patch) | |
| tree | 5273cb2657be295cd07a8b4afab82bdb9dfce923 /packages/backend/src | |
| parent | clean up (diff) | |
| download | sharkey-1beaac8e2ddffba236c8763de5aa76c1acdea5b1.tar.gz sharkey-1beaac8e2ddffba236c8763de5aa76c1acdea5b1.tar.bz2 sharkey-1beaac8e2ddffba236c8763de5aa76c1acdea5b1.zip | |
fixes
Diffstat (limited to 'packages/backend/src')
| -rw-r--r-- | packages/backend/src/core/NotificationService.ts | 2 |
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 { |