latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit 098699e09a - Show all commits

View File

@ -20,8 +20,10 @@ export class CreateRunner {
@IsString()
email?: string;
@IsInt()
@IsOptional()
teamId?: number
@IsInt()
@IsOptional()
orgId?: number
public async toRunner(): Promise<Runner> {