Clarified comments

ref #90
This commit is contained in:
Nicolai Ort 2021-01-15 18:19:34 +01:00
parent 22e6070e53
commit 9bbfb4763d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { RunnerCard } from '../../entities/RunnerCard';
*/
export class CreateRunnerCard {
/**
* The card's associated runner.
* The card's associated runner's id.
*/
@IsInt()
@IsOptional()