Clarified comments

ref #90
This commit is contained in:
2021-01-15 18:28:24 +01:00
parent 67a02f06da
commit 17244b0006

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