Skip to content

Commit

Permalink
Rename closed car atom
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell authored Aug 28, 2023
1 parent 8ffe9af commit 5493dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/v2/widget_instance/train_crowding.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmodule Screens.V2.WidgetInstance.TrainCrowding do
now: String.t()
}

@type crowding_level :: :no_data | :not_crowded | :some_crowding | :crowded | :disabled | :closed
@type crowding_level :: :no_data | :not_crowded | :some_crowding | :crowded | :closed

@spec serialize(t()) :: widget_data()
def serialize(%__MODULE__{
Expand Down

0 comments on commit 5493dad

Please sign in to comment.