Skip to content

Commit

Permalink
Merge pull request #1329 from opentripplanner/fix-aggressive-strict-f…
Browse files Browse the repository at this point in the history
…iltering

strict filtering use combination modes
  • Loading branch information
daniel-heppner-ibigroup authored Dec 20, 2024
2 parents 3b02c64 + 0913901 commit 3a55bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/apiV2.js
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ export function routingQuery(searchId = null, updateSearchInReducer) {
const itineraries = response.data?.plan?.itineraries

// Convert user-selected transit modes from mode selector into modes recognized by OTP.
const activeModeStrings = activeModes.map(
const activeModeStrings = combo.modes.map(
(am) => SIMPLIFICATIONS[am.mode]
)

Expand Down

0 comments on commit 3a55bf6

Please sign in to comment.