Skip to content

Commit

Permalink
Fixed text file saving for teams
Browse files Browse the repository at this point in the history
  • Loading branch information
nivereno committed Sep 5, 2021
1 parent fadc0bc commit 96d71a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TournamentTrackerLibrary/DataAccess/TextConnectorProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public static List<TeamModel> ConvertToTeamModels(this List<string> lines, strin
{
t.TeamMembers.Add(people.Where(x => x.Id == int.Parse(id)).First());
}

output.Add(t);
}

return output;
Expand Down

0 comments on commit 96d71a2

Please sign in to comment.