Skip to content

Commit 3f6b799

Browse files
fix severity in get alert (#111)
1 parent 0beb644 commit 3f6b799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ func createAlertResponse(id string, state string, created string, datasets []str
557557
"created": "%s",
558558
"alertType": "threshold",
559559
"id": "%s",
560-
"severity": "Medium (P2)",
560+
"severity": "Medium",
561561
"state": "%s",
562562
"tags": [
563563
"quest-test"

0 commit comments

Comments
 (0)