Fix
This commit is contained in:
@@ -169,7 +169,7 @@ namespace skydiveLogs_api.Business
|
||||
{
|
||||
LastJump = lastJump,
|
||||
TotalJumps = allJumps.Count(),
|
||||
TotalCutaway = allJumps.Where(j => j.WithCutaway).Count()
|
||||
TotalCutaways = allJumps.Where(j => j.WithCutaway).Count()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user