From 2615da9ef8121777fde153211d491c4cec30e721 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Fri, 8 Nov 2024 10:13:51 -0500 Subject: [PATCH] add paren --- pkg/notify/notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/notify/notify.go b/pkg/notify/notify.go index f37bc04..1bec7c4 100644 --- a/pkg/notify/notify.go +++ b/pkg/notify/notify.go @@ -55,7 +55,7 @@ const ( {{ .TGName }} is active with a score of {{ f .Score.Score 4 }}! ({{ f .Score.RecentCount 0 }}/{{ .Score.Count }} recent calls) {{ end -}}` - defaultSubjectTemplStr = `Stillbox Alert ({{ highest . }}` + defaultSubjectTemplStr = `Stillbox Alert ({{ highest . }})` ) var (