Add team reports.

This commit is contained in:
Brian Cao
2023-08-17 16:39:59 -07:00
parent f35a9f0950
commit 69389ebcd5
3 changed files with 7 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ export default async (
page,
filter,
pageSize: +pageSize || null,
includeTeams: true,
});
return ok(res, data);