This commit is contained in:
MomentQYC 2024-11-07 17:41:15 +09:00 committed by GitHub
commit 885821d617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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) {