Skip to content

Commit

Permalink
fix load flow result filter (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <[email protected]>
  • Loading branch information
jamal-khey authored Jan 8, 2025
1 parent 0eb79d2 commit b87b62f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public enum Column {
// Limit violation columns
@JsonProperty("subjectId")
SUBJECT_ID("subjectId"),
@JsonProperty("locationId")
LOCATION_ID("locationId"),
@JsonProperty("limit")
LIMIT("limit"),
@JsonProperty("limitName")
Expand Down

0 comments on commit b87b62f

Please sign in to comment.