tRPC failed on listing.getAll: [
{
"received": "Primary Care Consultations",
"code": "invalid_enum_value",
"options": [
"DENTAL",
"SKINCARE",
"CARDIOLOGY",
"PCC"
],
"path": [
"category"
],
"message": "Invalid enum value. Expected 'DENTAL' | 'SKINCARE' | 'CARDIOLOGY' | 'PCC', received 'Primary Care Consultations'"
}
]
tRPC failed on listing.getAll: [
{
"received": "Primary Care Consultations",
"code": "invalid_enum_value",
"options": [
"DENTAL",
"SKINCARE",
"CARDIOLOGY",
"PCC"
],
"path": [
"category"
],
"message": "Invalid enum value. Expected 'DENTAL' | 'SKINCARE' | 'CARDIOLOGY' | 'PCC', received 'Primary Care Consultations'"
}
]