add spaces

This commit is contained in:
おさむのひと 2024-10-04 18:47:29 +09:00
parent 5a793de288
commit bd8819fc85
1 changed files with 3 additions and 0 deletions

View File

@ -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,