Skip to content

Commit

Permalink
Merge pull request #86 from otakulan/feature/tgh/hotfix-station-creation
Browse files Browse the repository at this point in the history
Fix station creation logic
  • Loading branch information
starcraft66 authored Aug 3, 2024
2 parents 6abbb0c + d0e4859 commit dd73844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lanpartyseating/logic/station_logic.ex
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmodule Lanpartyseating.StationLogic do
|> Enum.flat_map(fn row ->
row
|> Enum.map(fn station_number ->
Changeset.change(%Station{station_number: station_number, display_order: station_number})
%Station{station_number: station_number, display_order: station_number}
end)
end)

Expand Down

0 comments on commit dd73844

Please sign in to comment.