Clarified comments

ref #90
This commit is contained in:
Nicolai Ort 2021-01-15 18:28:24 +01:00
parent 67a02f06da
commit 17244b0006
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export class UpdateRunnerCard {
id?: number;
/**
* The updated card's associated runner.
* The updated card's associated runner's id.
*/
@IsInt()
@IsOptional()