Skip to content

Commit

Permalink
hitting this assert - fix it up.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Mar 1, 2024
1 parent 79e358f commit a9aca2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/frontend/www-app/src/models/Itinerary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ function travelModeFromOtpMode(mode: OTPMode): TravelMode {
case OTPMode.Bicycle:
return TravelMode.Bike;
case OTPMode.Transit:
case OTPMode.Bus:
return TravelMode.Transit;
case OTPMode.Car:
return TravelMode.Drive;
Expand Down

0 comments on commit a9aca2b

Please sign in to comment.