Skip to content

Commit

Permalink
chore: remove BlueBikes configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed Jan 7, 2025
1 parent 6d4f59d commit 7dbb2b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
28 changes: 0 additions & 28 deletions lib/config/v2/blue_bikes.ex

This file was deleted.

26 changes: 0 additions & 26 deletions lib/config/v2/blue_bikes/station.ex

This file was deleted.

4 changes: 0 additions & 4 deletions lib/config/v2/pre_fare.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ defmodule ScreensConfig.V2.PreFare do
@moduledoc false

alias ScreensConfig.V2.{
BlueBikes,
ContentSummary,
CRDepartures,
ElevatorStatus,
Expand All @@ -19,7 +18,6 @@ defmodule ScreensConfig.V2.PreFare do
elevator_status: ElevatorStatus.t(),
full_line_map: list(FullLineMap.t()),
evergreen_content: list(EvergreenContentItem.t()),
blue_bikes: BlueBikes.t(),
content_summary: ContentSummary.t(),
cr_departures: CRDepartures.t(),
shuttle_bus_info: ShuttleBusInfo.t()
Expand All @@ -37,7 +35,6 @@ defmodule ScreensConfig.V2.PreFare do
elevator_status: nil,
full_line_map: [],
evergreen_content: [],
blue_bikes: BlueBikes.from_json(:default),
content_summary: nil,
cr_departures: CRDepartures.from_json(:default),
shuttle_bus_info: ShuttleBusInfo.from_json(:default)
Expand All @@ -48,7 +45,6 @@ defmodule ScreensConfig.V2.PreFare do
elevator_status: ElevatorStatus,
full_line_map: {:list, FullLineMap},
evergreen_content: {:list, EvergreenContentItem},
blue_bikes: BlueBikes,
reconstructed_alert_widget: CurrentStopId,
content_summary: ContentSummary,
cr_departures: CRDepartures,
Expand Down

0 comments on commit 7dbb2b9

Please sign in to comment.