Skip to content

Commit

Permalink
fix load flow result filter
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <myjamal89@gmail.com>
  • Loading branch information
jamal-khey committed Jan 8, 2025
1 parent ffc846b commit 5534b46
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 5534b46

Please sign in to comment.