We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbbf69 commit 250201eCopy full SHA for 250201e
src/builds/dto/build-create.dto.ts
@@ -4,7 +4,6 @@ import { IsString, IsUUID, IsOptional } from 'class-validator';
4
export class CreateBuildDto {
5
@ApiProperty()
6
@IsString()
7
- @IsOptional()
8
readonly branchName: string;
9
10
0 commit comments