From 2d809ca671970261db777d29e6942d013af9d898 Mon Sep 17 00:00:00 2001 From: "taekyu.kang" Date: Wed, 22 May 2024 17:16:13 +0900 Subject: [PATCH] trivial. change snr policy type --- internal/delivery/http/policy-notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/delivery/http/policy-notification.go b/internal/delivery/http/policy-notification.go index ee084b39..a1763787 100644 --- a/internal/delivery/http/policy-notification.go +++ b/internal/delivery/http/policy-notification.go @@ -61,7 +61,7 @@ func (h *PolicyNotificationHandler) GetPolicyNotifications(w http.ResponseWriter } else if filter.Column == "message_action_proposal" { for j, value := range filter.Values { val := "" - if value == "dryrun" { + if value == "warn" { val = "경고" } else { val = "거부"