mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Add back pageSize.
This commit is contained in:
parent
d5c4202ee4
commit
9732d0e6ef
8 changed files with 24 additions and 10 deletions
|
|
@ -44,7 +44,7 @@ export default async (
|
|||
const teams = await getTeamsByUserId(userId, {
|
||||
query,
|
||||
page,
|
||||
pageSize,
|
||||
pageSize: +pageSize || undefined,
|
||||
});
|
||||
|
||||
return ok(res, teams);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue