Skip to content

Commit

Permalink
Merge pull request #30 from PBTP/bugfix/auth
Browse files Browse the repository at this point in the history
fix: CustomerDto Validation Annotation 수정
  • Loading branch information
emibgo2 authored Jul 18, 2024
2 parents 0b30ff3 + 1fa3ce0 commit f782634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customer/presentation/customer.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class CustomerDto {
type: String,
})
@IsNotEmpty()
@Length(1, 20)
@Length(1, 44)
uuid: string;

@ApiProperty({
Expand Down

0 comments on commit f782634

Please sign in to comment.