Skip to content

Commit

Permalink
feat: ALERT announcement level
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 committed Dec 23, 2023
1 parent 2ad312d commit 48c6345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public String toString() {
}

public enum Level { // XXX fill up
INFO;
INFO, ALERT;
}
}

0 comments on commit 48c6345

Please sign in to comment.