소스 검색

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)