Skip to content
Snippets Groups Projects

duplicate-reg-no-fix

1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
@@ -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