userprofiles test
This commit is contained in:
@ -65,7 +65,7 @@ export default {
|
||||
and "user".user ilike ${user}
|
||||
group by "items".id
|
||||
`;
|
||||
total = total[0].total;
|
||||
total = total[0]?.total ?? 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user