rename function
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user