diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-04 10:16:03 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-04 10:16:03 +0900 |
| commit | 22ccb0fa716a84560c8599781647baaaeb8e80bd (patch) | |
| tree | 2c89d24ad7fd3ee46c4edc434fa54f189eba2ae9 /packages/backend/src/core/PushNotificationService.ts | |
| parent | Fix forkbomb 2 (diff) | |
| download | sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.tar.gz sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.tar.bz2 sharkey-22ccb0fa716a84560c8599781647baaaeb8e80bd.zip | |
refactor
Diffstat (limited to 'packages/backend/src/core/PushNotificationService.ts')
| -rw-r--r-- | packages/backend/src/core/PushNotificationService.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/PushNotificationService.ts b/packages/backend/src/core/PushNotificationService.ts index 5eaaed00eb..98e0841799 100644 --- a/packages/backend/src/core/PushNotificationService.ts +++ b/packages/backend/src/core/PushNotificationService.ts @@ -5,7 +5,7 @@ import type { Config } from '@/config.js'; import type { Packed } from '@/misc/schema'; import { getNoteSummary } from '@/misc/get-note-summary.js'; import type { SwSubscriptionsRepository } from '@/models/index.js'; -import { MetaService } from './MetaService.js'; +import { MetaService } from '@/core/MetaService.js'; // Defined also packages/sw/types.ts#L14-L21 type pushNotificationsTypes = { |