Skip to content

Commit

Permalink
missed an alert case
Browse files Browse the repository at this point in the history
  • Loading branch information
panentheos committed Oct 16, 2024
1 parent b852a99 commit 8461df6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/signs/utilities/messages.ex
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ defmodule Signs.Utilities.Messages do
route = Signs.Utilities.SourceConfig.single_route(config)

case {alert_status, sign.uses_shuttles} do
{:shuttles_transfer_station, _} ->
%Content.Message.Empty{}

{:shuttles_closed_station, true} ->
%Alert.NoServiceUseShuttle{route: route, destination: config.headway_destination}

Expand Down

0 comments on commit 8461df6

Please sign in to comment.