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

@@ -54,8 +54,8 @@ export class ResponseStatsRunner {
group: RunnerGroup;
/**
* Creates a ResponseRunner object from a runner.
* @param runner The user the response shall be build for.
* Creates a new runner stats response from a runner
* @param runner The runner whoes response shall be generated - the following relations have to be resolved: scans, group, distanceDonations, scans.track
*/
public constructor(runner: Runner) {
this.id = runner.id;