chore: docs

This commit is contained in:
xiaojunnuo
2025-12-26 14:26:27 +08:00
parent 44ad61f004
commit 40449ae4de
2 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -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);