Skip to content

Commit

Permalink
trivial. change snr policy type
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed May 22, 2024
1 parent 961f9fc commit 2d809ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/delivery/http/policy-notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "거부"
Expand Down

0 comments on commit 2d809ca

Please sign in to comment.