Skip to content

Commit

Permalink
Simplify passive readouts (#719)
Browse files Browse the repository at this point in the history
* Simplify passive readouts

* Address PR feedback

* Update lib/signs/utilities/audio.ex

Co-authored-by: Brett Heath-Wlaz <[email protected]>

---------

Co-authored-by: Brett Heath-Wlaz <[email protected]>
  • Loading branch information
PaulJKim and panentheos authored Oct 27, 2023
1 parent 8186ab8 commit 1785c31
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 473 deletions.
39 changes: 0 additions & 39 deletions lib/content/audio/predictions.ex

This file was deleted.

2 changes: 1 addition & 1 deletion lib/content/audio/train_is_arriving.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defmodule Content.Audio.TrainIsArriving do
crowding_description: {atom(), atom()} | nil
}

def from_message(%Message.Predictions{} = message, include_crowding?) do
def from_message(%Message.Predictions{} = message, include_crowding? \\ false) do
[
%__MODULE__{
destination: message.destination,
Expand Down
Loading

0 comments on commit 1785c31

Please sign in to comment.