This commit is contained in:
MomentQYC 2024-11-12 09:23:26 +08:00 committed by GitHub
commit f4ea3bfcbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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