Skip to content

Commit

Permalink
strict filtering use combination modes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhep committed Dec 19, 2024
1 parent d4f9ba8 commit a7667d5
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 a7667d5

Please sign in to comment.