mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Fixed team websites query.
This commit is contained in:
parent
22aeaf7166
commit
835289a1f8
3 changed files with 12 additions and 12 deletions
|
|
@ -10,8 +10,8 @@ export interface TeamWebsiteRequestQuery {
|
|||
}
|
||||
|
||||
export interface TeamWebsiteRequestBody {
|
||||
website_id: string;
|
||||
team_website_id?: string;
|
||||
websiteId: string;
|
||||
teamWebsiteId?: string;
|
||||
}
|
||||
|
||||
export default async (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue