Merge 54e6aa06e5
into 794cb9ffe2
This commit is contained in:
commit
885821d617
|
@ -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