mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
40970f6c33
2 changed files with 44 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ const schema = {
|
|||
};
|
||||
|
||||
export default async (
|
||||
req: NextApiRequestQueryBody<TeamUserRequestQuery, any>,
|
||||
req: NextApiRequestQueryBody<TeamUserRequestQuery, TeamUserRequestBody>,
|
||||
res: NextApiResponse,
|
||||
) => {
|
||||
await useAuth(req, res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue