Skip to content

Commit

Permalink
Fix rating order (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jauggy authored Feb 2, 2025
1 parent fc50996 commit b0a9d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teiserver_web/live/battles/match/show.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule TeiserverWeb.Battle.MatchLive.Show do
m.user.name
end
end,
&>=/2
&<=/2
)
|> Enum.sort_by(fn m -> m.team_id end, &<=/2)

Expand Down

0 comments on commit b0a9d92

Please sign in to comment.