This commit is contained in:
xiaojunnuo
2024-07-24 00:42:50 +08:00
parent a2c43b50a6
commit 6693d1acfb
6 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export class Executor {
}
if (notification.type === "email") {
try {
this.options.emailService?.send({
await this.options.emailService?.send({
userId: this.pipeline.userId,
subject,
content,