Skip to content

Commit

Permalink
fix: missing struct child
Browse files Browse the repository at this point in the history
This was missed in f5d84ae.
  • Loading branch information
digitalcora committed Apr 11, 2024
1 parent f5d84ae commit 975201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/v2/departures/section.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule ScreensConfig.V2.Departures.Section do
bidirectional: false

use ScreensConfig.Struct,
children: [query: Query, header: Header, filters: Filters, headway: Headway]
children: [query: Query, header: Header, filters: Filters, headway: Headway, layout: Layout]

defp value_from_json(_, value), do: value

Expand Down

0 comments on commit 975201c

Please sign in to comment.