From 986527cea46d336f075b49304349a3b9ed2b12ff Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Mon, 30 Sep 2024 11:46:20 -0700 Subject: [PATCH] Use the analysis_status_change preprocessing with analysis_periodic_notifiation too --- formatMessage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatMessage.go b/formatMessage.go index 7993459..456d5d5 100644 --- a/formatMessage.go +++ b/formatMessage.go @@ -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.