Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
L-e-x-o-n committed Jun 4, 2024
1 parent 777d681 commit 49504cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teiserver_web/controllers/api/spads_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ defmodule TeiserverWeb.API.SpadsController do

defp get_team_subtype(lobby) do
teams =
lobby.member_list
lobby.players
|> Account.list_clients()
|> Enum.filter(fn c -> c.player == true end)
|> Enum.group_by(fn c -> c.team_number end)
Expand Down

0 comments on commit 49504cb

Please sign in to comment.