🐞 CreateRunner - optional orgId & teamId
This commit is contained in:
		| @@ -20,8 +20,10 @@ export class CreateRunner { | ||||
|     @IsString() | ||||
|     email?: string; | ||||
|     @IsInt() | ||||
|     @IsOptional() | ||||
|     teamId?: number | ||||
|     @IsInt() | ||||
|     @IsOptional() | ||||
|     orgId?: number | ||||
|  | ||||
|     public async toRunner(): Promise<Runner> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user