Clarified comments

ref #90
This commit is contained in:
Nicolai Ort 2021-01-15 18:32:41 +01:00
parent ed3b55a1e2
commit 1b799a6973
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ export abstract class UpdateScan {
id: number;
/**
* The updated scan's associated runner.
* The updated scan's associated runner's id.
* This is important to link ran distances to runners.
*/
@IsInt()

View File

@ -18,7 +18,7 @@ export abstract class UpdateTrackScan {
id: number;
/**
* The updated scan's associated runner.
* The updated scan's associated runner's id.
* This is important to link ran distances to runners.
*/
@IsInt()
@ -33,7 +33,7 @@ export abstract class UpdateTrackScan {
valid?: boolean = true;
/**
* The updated scan's associated station.
* The updated scan's associated station's id.
* This is important to link ran distances to runners.
*/
@IsInt()