Skip to content

Commit

Permalink
fix: filter out Continuous Stops from flex alert
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Nov 7, 2024
1 parent 665cbc6 commit f998bf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ public Boolean hasFlexFeatures() {
feature ->
feature.getFeatureGroup() != null
&& feature.getFeatureGroup().equals("Flexible Services")
&& !Objects.equals(feature.getFeatureName(), "Continuous Stops")
&& specFeatures.get(feature));
}
}

0 comments on commit f998bf0

Please sign in to comment.