Skip to content

Commit 5a5f2b9

Browse files
fix(courseimport): reintroduce email sending
1 parent 91c292f commit 5a5f2b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/courseimport.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ type MailTmpl struct {
174174
}
175175

176176
func (r lectureHallRoutes) notifyCourseCreated(d MailTmpl, mailAddr string, subject string) error {
177-
return nil
178177
templ, err := template.ParseFS(staticFS, "template/*.gotemplate")
179178
if err != nil {
180179
return err

0 commit comments

Comments
 (0)