From bd8819fc85b35bc3a8ff3fb081e6981c3c51c788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8A=E3=81=95=E3=82=80=E3=81=AE=E3=81=B2=E3=81=A8?= <46447427+samunohito@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:47:29 +0900 Subject: [PATCH] add spaces --- packages/backend/src/core/AbuseReportNotificationService.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/backend/src/core/AbuseReportNotificationService.ts b/packages/backend/src/core/AbuseReportNotificationService.ts index 11d5a5e315..fb7c7bd2c3 100644 --- a/packages/backend/src/core/AbuseReportNotificationService.ts +++ b/packages/backend/src/core/AbuseReportNotificationService.ts @@ -30,10 +30,13 @@ export class AbuseReportNotificationService implements OnApplicationShutdown { constructor( @Inject(DI.meta) private meta: MiMeta, + @Inject(DI.abuseReportNotificationRecipientRepository) private abuseReportNotificationRecipientRepository: AbuseReportNotificationRecipientRepository, + @Inject(DI.redisForSub) private redisForSub: Redis.Redis, + private idService: IdService, private roleService: RoleService, private systemWebhookService: SystemWebhookService,