diff --git a/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts b/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts index 33728e39d..25c318733 100644 --- a/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts +++ b/apps/web/app/(dashboard)/home/[account]/_lib/server/team-billing.service.ts @@ -314,7 +314,7 @@ async function getBillingPermissionsForAccountId( * customer ID for the provided account ID */ async function getCustomerIdFromAccountId( - client: ReturnType>, + client: SupabaseClient, accountId: string, ) { const { data, error } = await client diff --git a/apps/web/app/(marketing)/_components/site-header-account-section.tsx b/apps/web/app/(marketing)/_components/site-header-account-section.tsx index ef6f2f089..2d7d793ed 100644 --- a/apps/web/app/(marketing)/_components/site-header-account-section.tsx +++ b/apps/web/app/(marketing)/_components/site-header-account-section.tsx @@ -71,7 +71,7 @@ function AuthButtons() { + + -