From 5a883e0f8e32e10852e49fe4809b801fa9ac95d2 Mon Sep 17 00:00:00 2001 From: Jon Zimbel Date: Tue, 9 Jun 2026 13:01:57 -0400 Subject: [PATCH] chore: Add connecting stops override for Norwood Depot - 528 Washington St --- apps/state/lib/state/connecting_stops.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/state/lib/state/connecting_stops.ex b/apps/state/lib/state/connecting_stops.ex index d89b40fa8..0819e127e 100644 --- a/apps/state/lib/state/connecting_stops.ex +++ b/apps/state/lib/state/connecting_stops.ex @@ -38,7 +38,8 @@ defmodule State.ConnectingStops do "Boat-Charlestown" => %{add: ~w(12859 12856)}, "Boat-Hingham" => %{add: ~w(36032)}, "place-ER-0115" => %{add: ~w(ER-0117-01 ER-0117-02)}, - "Boat-Winthrop" => %{add: ~w(129863)} + "Boat-Winthrop" => %{add: ~w(129863)}, + "place-FB-0143" => %{add: ~w(60618)} } def start_link(_opts \\ []) do