rename function

This commit is contained in:
smanylov
2026-05-18 11:51:56 +07:00
parent bfc457470c
commit 55915af9df
4 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -672,7 +672,7 @@ export interface ComplaintsCaseQueryParams {
sort_direction?: 'desc' | 'asc'
}
export async function fetchLastCase(params: ComplaintsCaseQueryParams) {
export async function fetchLastClaims(params: ComplaintsCaseQueryParams) {
const token = await getSessionData('token');
const { page, size, sort_by, sort_direction } = params;