Added some comments
All checks were successful
continuous-integration/drone/pr Build is passing

ref #56
This commit is contained in:
2020-12-30 17:27:24 +01:00
parent 5d31d8d1a2
commit e0fa58da57
4 changed files with 17 additions and 8 deletions

View File

@@ -42,8 +42,8 @@ export class ResponseStatsTeam {
parent: RunnerGroup;
/**
* Creates a ResponseRunner object from a runner.
* @param runner The user the response shall be build for.
* Creates a new team stats response from a team
* @param team The team whoes response shall be generated - the following relations have to be resolved: runners, runners.scans, runners.distanceDonations, runners.scans.track
*/
public constructor(team: RunnerTeam) {
this.name = team.name;