migration

This commit is contained in:
2026-04-05 10:53:07 +03:30
parent cd1e93d3a8
commit 0bd72fac0f
3 changed files with 15 additions and 3 deletions
@@ -97,7 +97,6 @@ export class CreateCompanyDto extends PickType(CompleteRegistrationDto, ["phone"
rentEndAt?: string;
@IsArray()
@ValidateNested({ each: true })
@ApiProperty({ description: " یا سند تصاویر قرارداد اجاره" })
contractImages: string[];