Skip to content
Snippets Groups Projects
Commit c21ef429 authored by Agustin Ruiz Diaz Cambon's avatar Agustin Ruiz Diaz Cambon
Browse files

auditor count fix

parent 546b2ece
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ const getAudit = async (cant: number, page: number, token: any) => {
userAudits.push(userAudit);
});
return {
count: audits.rows.length,
count: audits.count,
list: userAudits,
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment