fix specialist form

This commit is contained in:
avicenan
2026-05-23 10:48:18 +09:00
parent 29b5f99747
commit 8d14714ef5

View File

@ -15,5 +15,5 @@ export enum SpecialistForm {
GYNECOLOGY = 'gynecology',
ORTHOPEDICS = 'orthopedics',
NEUROLOGY = 'neurology',
EAR_NOSE_THROAT = 'ear_nose_throat'
EAR_NOSE_THROAT = 'ear-nose-throat'
}