Skip to content

Commit

Permalink
Remove duplicate transfer of alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 20, 2025
1 parent 4871f0f commit 2d7c8bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ private static Leg combineReferenceWithOriginal(
.withTransferToNextLeg(original.getTransferToNextLeg())
.withGeneralizedCost(original.getGeneralizedCost())
.withAccessibilityScore(original.accessibilityScore())
.withAlerts(reference.getTransitAlerts())
.build();
}
}

0 comments on commit 2d7c8bc

Please sign in to comment.