Skip to content

Commit

Permalink
Merge pull request #503 from openinfradev/snr_policy
Browse files Browse the repository at this point in the history
trivial. change snr policy type
  • Loading branch information
ktkfree authored May 22, 2024
2 parents 1e6ee1c + 2d809ca commit fb7286e
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 fb7286e

Please sign in to comment.