Skip to content

Commit

Permalink
chore: exempt Green-C/D stops
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Feb 21, 2024
1 parent 12eb614 commit 24a8718
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/state/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,8 @@ config :state, :stops_on_route,
"9070231",
"9070233",
"9070235",
"9070237"
"9070237",
"9070238"
],
{"Green-C", 1} => [
"place-north",
Expand Down Expand Up @@ -572,7 +573,8 @@ config :state, :stops_on_route,
"143",
"9070184",
"9070185",
"9170211"
"9170211",
"9170178"
],
{"Green-D", 1} => [
"9070162",
Expand All @@ -594,7 +596,9 @@ config :state, :stops_on_route,
"place-mdftf",
"9070178",
"9170211",
"9070184"
"9070184",
"9170178",
"9170152"
],
{"Green-E", 0} => [
"place-unsqu",
Expand Down

0 comments on commit 24a8718

Please sign in to comment.