瀏覽代碼

Update Api Key (#3250)

* delete email

* Update Delete

* Update delete.go

* Update delete.go

* Update Tests

* Delete Flow Email

* Update
sdess09 2 年之前
父節點
當前提交
37eec84a40
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/notifier/sendgrid/user_notifier.go

+ 1 - 1
internal/notifier/sendgrid/user_notifier.go

@@ -174,7 +174,7 @@ func (s *UserNotifier) SendProjectDeleteEmail(opts *notifier.SendProjectDeleteEm
 			Address: s.opts.SenderEmail,
 			Name:    "Porter",
 		},
-		TemplateID: s.opts.ProjectInviteTemplateID,
+		TemplateID: s.opts.DeleteProjectTemplateID,
 	}
 
 	request.Body = mail.GetRequestBody(sgMail)