Skip to content

Commit

Permalink
require routes
Browse files Browse the repository at this point in the history
  • Loading branch information
panentheos committed Jun 11, 2024
1 parent 1affabc commit 8630e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/signs/utilities/source_config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,14 @@ defmodule Signs.Utilities.SourceConfig do
@enforce_keys [
:stop_id,
:direction_id,
:routes,
:platform,
:terminal?,
:announce_arriving?,
:announce_boarding?
]
defstruct @enforce_keys ++
[:routes, :headway_stop_id, multi_berth?: false]
[:headway_stop_id, multi_berth?: false]

@type source :: %__MODULE__{
stop_id: String.t(),
Expand Down

0 comments on commit 8630e2c

Please sign in to comment.