Skip to content
Snippets Groups Projects

duplicate-reg-no-fix

@@ -25,11 +25,7 @@ export class CreateDoctorDto {
})
@IsOptional()
@IsArray()
<<<<<<< Updated upstream
@IsUUID('all', { each: true })
=======
@IsUUID('all', { each: true })
>>>>>>> Stashed changes
doctorQualificationIds?: string[];
@ApiProperty({
Loading