Switched to accepting ids (numbers/number arrays) feature/90-accept_objects #101

Merged
niggl merged 26 commits from feature/90-accept_objects into dev 2021-01-15 17:57:47 +00:00
Showing only changes of commit 9bbfb4763d - Show all commits

View File

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