Skip to content

Commit 011bfec

Browse files
fix: fix service.proto alert state
1 parent 8b26730 commit 011bfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/spaceone/api/alert_manager/v1/service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ message AlertStats {
8282

8383
message Alerts {
8484
AlertStats TOTAL = 1;
85-
AlertStats TRIGGERRED = 2;
85+
AlertStats TRIGGERED = 2;
8686
AlertStats ACKNOWLEDGED = 3;
8787
}
8888

0 commit comments

Comments
 (0)