From 92b716bf49a55458fd5160aa67ad38735872f73b Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Mon, 18 Aug 2025 17:27:00 +0100 Subject: [PATCH] wip --- pkg/services/ngalert/ngalert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/ngalert/ngalert.go b/pkg/services/ngalert/ngalert.go index 3898ddd0213..2c5d4fcfb07 100644 --- a/pkg/services/ngalert/ngalert.go +++ b/pkg/services/ngalert/ngalert.go @@ -8,7 +8,7 @@ import ( "github.com/benbjohnson/clock" "github.com/grafana/alerting/lokiclient" - notificationhistorian "github.com/grafana/alerting/notificationhistorian" + "github.com/grafana/alerting/notificationhistorian" "github.com/grafana/alerting/notify/nfstatus" "github.com/grafana/grafana/pkg/services/ngalert/lokiconfig" "github.com/prometheus/alertmanager/featurecontrol"