mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: docs
This commit is contained in:
@@ -473,9 +473,7 @@ export class Executor {
|
||||
await this.options.emailService?.sendByTemplate({
|
||||
type: "pipelineResult",
|
||||
data: templateData,
|
||||
email: {
|
||||
receivers: notification.options?.receivers,
|
||||
},
|
||||
receivers: notification.options?.receivers,
|
||||
});
|
||||
} catch (e) {
|
||||
logger.error("send email error", e);
|
||||
|
||||
Reference in New Issue
Block a user