Skip to content

Commit

Permalink
Serialized gender into UserAssignedSerializer (#2118)
Browse files Browse the repository at this point in the history
serialized gender into UserAssignedSerializer

Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
  • Loading branch information
thedevildude and vigneshhari committed May 8, 2024
1 parent 059b8ef commit 8481175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions care/users/api/serializers/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ class Meta:
"alt_phone_number",
"user_type",
"last_login",
"gender",
"home_facility_object",
"doctor_qualification",
"doctor_experience_commenced_on",
Expand Down

0 comments on commit 8481175

Please sign in to comment.