.fishlb will now use totalcatches as a tiebreaker

This commit is contained in:
Toastie 2025-04-01 13:26:17 +13:00
parent d3c90ab59f
commit 68e736ceb8
Signed by: toastie_t0ast
GPG key ID: 74226CF45EEE5AAF

View file

@ -475,7 +475,7 @@ public sealed class FishService(
var result = await ctx.GetTable<FishCatch>()
.GroupBy(x => x.UserId)
.OrderByDescending(x => x.Count())
.OrderByDescending(x => x.Count()).ThenByDescending(x => x.Sum(x => x.Count))
.Skip(page * 10)
.Take(10)
.Select(x => new