fix: Use maintainerEmail instead of email for incoming mail
This commit is contained in:
parent
6718a54f6f
commit
54e6aa06e5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue