userprofiles test

This commit is contained in:
2022-05-17 14:57:32 +00:00
parent ba821b81fa
commit f57a8b4320
3 changed files with 77 additions and 2 deletions

View File

@ -65,7 +65,7 @@ export default {
and "user".user ilike ${user}
group by "items".id
`;
total = total[0].total;
total = total[0]?.total ?? 0;
}
}