mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 00:27:11 +01:00
Refactored queries.
This commit is contained in:
parent
f36a689817
commit
8904b7b4ed
27 changed files with 137 additions and 144 deletions
|
|
@ -22,7 +22,7 @@ export async function getTeamWebsite(
|
|||
});
|
||||
}
|
||||
|
||||
export async function getTeamWebsiteByTeamMemberId(
|
||||
export async function findTeamWebsiteByUserId(
|
||||
websiteId: string,
|
||||
userId: string,
|
||||
): Promise<TeamWebsite> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue