feat(account): refactor team account retrieval and update SQL function for workspace

This commit is contained in:
Danel Kungla
2025-08-18 15:59:59 +03:00
parent 1427bcd5a9
commit 937f3e4a71
4 changed files with 58 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ function TeamAccountHomePage({ params }: TeamAccountHomePageProps) {
const client = getSupabaseServerClient();
const api = createTeamAccountsApi(client);
const teamAccount = use(api.getTeamAccount(account));
console.log('teamAccount', teamAccount);
return (
<>
<TeamAccountLayoutPageHeader