Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim committed Dec 11, 2023
1 parent 00d272a commit fb3c56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/signs/utilities/audio.ex
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ defmodule Signs.Utilities.Audio do
new_audios =
Enum.map(new_audios, fn %{__struct__: audio_type} = audio ->
if audio_type in [Audio.Approaching, Audio.TrainIsArriving] and
sign.id not in ["back_bay_northbound", "back_back_southbound"] do
sign.id not in ["back_bay_northbound", "back_bay_southbound"] do
%{audio | crowding_description: nil}
else
audio
Expand Down

0 comments on commit fb3c56f

Please sign in to comment.