diff --git a/src/products/products.dto.ts b/src/products/products.dto.ts index 10b26e2..7c724ec 100644 --- a/src/products/products.dto.ts +++ b/src/products/products.dto.ts @@ -6,7 +6,6 @@ import { MaxLength, Min, MinLength } from "class-validator"; -import { optional } from "zod"; export class CreateProductDto { @MinLength(1)