Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hospital-service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roshan Suvarnkar
hospital-service
Merge requests
!28
duplicate-reg-no-fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
duplicate-reg-no-fix
hotfix/doc-registration-city-state-id-fix
into
develop-beta
Overview
0
Commits
3
Pipelines
0
Changes
1
Open
duplicate-reg-no-fix
Manjunath Kumar
requested to merge
hotfix/doc-registration-city-state-id-fix
into
develop-beta
1 month ago
Overview
0
Commits
3
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
40a1c55c
Prev
Next
Show latest version
1 file
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
40a1c55c
duplicate-reg-no-fix-conflict-fix
· 40a1c55c
Manjunath Kumar
authored
1 month ago
src/doctor/dto/create-doctor.dto.ts
+
0
−
4
View file @ 40a1c55c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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