Skip to content

Commit

Permalink
Use the analysis_status_change preprocessing with analysis_periodic_n…
Browse files Browse the repository at this point in the history
…otifiation too
  • Loading branch information
ianmcorvidae committed Sep 30, 2024
1 parent 3358641 commit 986527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatMessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func FormatMessage(ctx context.Context, emailReq EmailRequest, payload map[strin
}

switch emailReq.Template {
case "analysis_status_change":
case "analysis_status_change", "analysis_periodic_notification":
var startDateText, resultFolderPath string

// Format the analysis start date.
Expand Down

0 comments on commit 986527c

Please sign in to comment.