From 1fa3ce0afa505397734ed06474e1361e4b34b921 Mon Sep 17 00:00:00 2001 From: emibgo2 Date: Wed, 17 Jul 2024 22:04:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20apple=EC=9D=98=20=EC=9C=A0=EC=A0=80=20?= =?UTF-8?q?=EC=8B=9D=EB=B3=84=EC=9E=90=EA=B0=80=2044=EC=9E=90=EC=9D=98=20u?= =?UTF-8?q?uid=EB=A1=9C=20=EC=B2=98=EB=A6=AC=EB=90=98=EC=96=B4=20=EC=9E=88?= =?UTF-8?q?=EC=96=B4=20dto=20validation=20annotation=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/customer/presentation/customer.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/customer/presentation/customer.dto.ts b/src/customer/presentation/customer.dto.ts index 26c04df..105d42e 100644 --- a/src/customer/presentation/customer.dto.ts +++ b/src/customer/presentation/customer.dto.ts @@ -25,7 +25,7 @@ export class CustomerDto { type: String, }) @IsNotEmpty() - @Length(1, 20) + @Length(1, 44) uuid: string; @ApiProperty({