mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
Merge branch 'dev' into feat/um-145-re-add-events
This commit is contained in:
commit
6a694e8244
10 changed files with 45 additions and 40 deletions
|
|
@ -26,7 +26,7 @@ export async function getTeamWebsites(teamId: string): Promise<Website[]> {
|
|||
name: 'asc',
|
||||
},
|
||||
],
|
||||
});
|
||||
} as any);
|
||||
}
|
||||
|
||||
export async function createTeam(data: Prisma.TeamCreateInput): Promise<Team> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue