diff --git a/packages/backend/src/core/AbuseReportNotificationService.ts b/packages/backend/src/core/AbuseReportNotificationService.ts index 25e265f2b1..743f888467 100644 --- a/packages/backend/src/core/AbuseReportNotificationService.ts +++ b/packages/backend/src/core/AbuseReportNotificationService.ts @@ -103,7 +103,7 @@ export class AbuseReportNotificationService implements OnApplicationShutdown { ); recipientEMailAddresses.push( - ...(this.meta.email ? [this.meta.email] : []), + ...(this.meta.maintainerEmail ? [this.meta.maintainerEmail] : []), ); if (recipientEMailAddresses.length <= 0) {