Skip to content

Commit

Permalink
feat: change enum value in event info
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Jan 6, 2025
1 parent b282fe1 commit dbda88c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/spaceone/api/alert_manager/v1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ message EventInfo {
EVENT_TYPE_NONE = 0;
ALERT = 1;
RECOVERY = 2;
ERROR = 3;
}

string event_key = 1;
Expand Down

0 comments on commit dbda88c

Please sign in to comment.