First feature version 0.1.0 #102

Merged
niggl merged 39 commits from dev into main 2021-01-15 19:31:43 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 1b799a6973 - Show all commits

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()