feat(MED-87): improve naming

This commit is contained in:
2025-08-11 10:43:44 +03:00
parent 63b86c0abb
commit 5264455793
4 changed files with 16 additions and 22 deletions

View File

@@ -79,7 +79,7 @@ export async function getOrder({
return order;
}
export async function getOrders({
export async function getAnalysisOrders({
orderStatus,
}: {
orderStatus?: Tables<{ schema: 'medreport' }, 'analysis_orders'>['status'];