Skip to content

Commit

Permalink
Change 424 bus from inner express to local (#150)
Browse files Browse the repository at this point in the history
* Change 424 bus from inner express to local

* Remove axed routes 448 and 449 from inner-express list
  • Loading branch information
phildarnowsky authored and ryan-mahoney committed Aug 31, 2019
1 parent 854cc99 commit 4bcf7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fares/lib/fares.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Fares do
@silver_line_rapid_transit ~w(741 742 743 746)
@silver_line_rapid_transit_set MapSet.new(@silver_line_rapid_transit)

@inner_express_routes ~w(170 325 326 351 424 426 428 434 448 449 450 459 501 502 503 504 553 554 556 558)
@inner_express_routes ~w(170 325 326 351 426 428 434 450 459 501 502 503 504 553 554 556 558)
@inner_express_route_set MapSet.new(@inner_express_routes)

@outer_express_routes ~w(352 354 505)
Expand Down

0 comments on commit 4bcf7c9

Please sign in to comment.