Compare commits

...

2 Commits

Author SHA1 Message Date
MomentQYC bc5a6aebbb
Merge 54e6aa06e5 into f1eb17f66c 2024-11-07 00:27:30 +09:00
MomentQYC 54e6aa06e5
fix: Use maintainerEmail instead of email for incoming mail 2024-11-06 09:58:38 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export class AbuseReportNotificationService implements OnApplicationShutdown {
); );
recipientEMailAddresses.push( recipientEMailAddresses.push(
...(this.meta.email ? [this.meta.email] : []), ...(this.meta.maintainerEmail ? [this.meta.maintainerEmail] : []),
); );
if (recipientEMailAddresses.length <= 0) { if (recipientEMailAddresses.length <= 0) {