Fixed team websites query.

This commit is contained in:
Mike Cao 2023-02-02 03:30:09 -08:00
parent 22aeaf7166
commit 835289a1f8
3 changed files with 12 additions and 12 deletions

View file

@ -10,8 +10,8 @@ export interface TeamWebsiteRequestQuery {
}
export interface TeamWebsiteRequestBody {
website_id: string;
team_website_id?: string;
websiteId: string;
teamWebsiteId?: string;
}
export default async (