Skip to content

Commit

Permalink
chore(TimetableController): add busway stop to shuttle overrides (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen authored Jan 7, 2025
1 parent 5051ec0 commit 3d38b6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dotcom_web/controllers/schedule/timetable_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ defmodule DotcomWeb.ScheduleController.TimetableController do
"38671" => {:after, "Weymouth Landing/East Braintree"},
# Anderson/Woburn is after Ballardvale on Haverhill line shuttle
"place-NHRML-0127" => {:after, "Ballardvale"},
# Anderson/Woburn Busway is after Reading on Haverhill line shuttle
"NHRML-0127-B" => {:after, "Reading"},
# Lynn station
"place-ER-0115" => {:after, "Swampscott"},
# Wonderland station
Expand Down

0 comments on commit 3d38b6f

Please sign in to comment.