From 4ccbc55c602bb9dbab4b35cc2c4e9e3512cb5235 Mon Sep 17 00:00:00 2001 From: Vijay Joshi Date: Tue, 18 Jun 2024 18:01:30 +0530 Subject: [PATCH] INFRA-3437 : Compilation error fix (#429) --- service/incident/impl/incident_service_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/incident/impl/incident_service_v2.go b/service/incident/impl/incident_service_v2.go index 8d8fece..d68b7b2 100644 --- a/service/incident/impl/incident_service_v2.go +++ b/service/incident/impl/incident_service_v2.go @@ -8,6 +8,7 @@ import ( slackUtil "github.com/slack-go/slack" "github.com/spf13/viper" "go.uber.org/zap" + "golang.org/x/exp/slices" "gorm.io/gorm" "houston/common/metrics" "houston/common/util" @@ -64,7 +65,6 @@ import ( "net/http" "reflect" "regexp" - "slices" "strconv" "strings" "sync"