Update the group by gear to add the main canopy
This commit is contained in:
@@ -85,7 +85,7 @@ namespace skydiveLogs_api.DomainBusiness
|
||||
|
||||
if (allJumps.Any())
|
||||
{
|
||||
results = allJumps.GroupBy(j => j.Gear.Name,
|
||||
results = allJumps.GroupBy(j => $"{j.Gear.Name} / {j.Gear.MainCanopy}",
|
||||
j => j,
|
||||
(groupby, jumps) => new Statistic
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user