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/NotificationService.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/NotificationService.ts')
| -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 2606ca4de0..8bbc95b02d 100644 --- a/packages/backend/src/core/NotificationService.ts +++ b/packages/backend/src/core/NotificationService.ts @@ -5,7 +5,7 @@ import type { NotificationsRepository } from '@/models/index.js'; import type { UsersRepository } from '@/models/index.js'; import type { User } from '@/models/entities/User.js'; import type { Notification } from '@/models/entities/Notification.js'; -import { UserEntityService } from './entities/UserEntityService.js'; +import { UserEntityService } from '@/core/entities/UserEntityService.js'; import { GlobalEventService } from './GlobalEventService.js'; import { PushNotificationService } from './PushNotificationService.js'; |