mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
PR touchups.
This commit is contained in:
parent
be33e55d09
commit
fea0d1d142
4 changed files with 10 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ export async function getTeamWebsite(teamWebsiteId: string): Promise<
|
|||
});
|
||||
}
|
||||
|
||||
export async function getTeamWebsiteByWebsiteIdUserId(
|
||||
export async function getTeamWebsiteByTeamMemberId(
|
||||
websiteId: string,
|
||||
userId: string,
|
||||
): Promise<TeamWebsite> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue