Merge 54e6aa06e5
into a11b77a415
This commit is contained in:
commit
f4ea3bfcbd
|
@ -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 a new issue