Skip to content

Commit

Permalink
Update api/chambers/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Wellheor1 and github-actions[bot] authored Oct 5, 2024
1 parent 9ce37ee commit 7d6d927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/chambers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def get_attending_doctors(request):
"pk": doctor.id,
"fio": f'{doctor.family} {doctor.name} {doctor.patronymic if doctor.patronymic else ""}',
"short_fio": f'{doctor.family} {doctor.name[0]}. {doctor.patronymic[0] if doctor.patronymic else ""}.',
"highlight": False
"highlight": False,
}
for doctor in attending_doctors
]
Expand Down

0 comments on commit 7d6d927

Please sign in to comment.