Skip to content

Commit 250201e

Browse files
committed
branchName reverted
1 parent fdbbf69 commit 250201e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/builds/dto/build-create.dto.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { IsString, IsUUID, IsOptional } from 'class-validator';
44
export class CreateBuildDto {
55
@ApiProperty()
66
@IsString()
7-
@IsOptional()
87
readonly branchName: string;
98

109
@ApiProperty()

0 commit comments

Comments
 (0)