feat(MED-97): display accounts count, usage total
This commit is contained in:
@@ -29,7 +29,7 @@ export const loadCompanyPersonalAccountsBalanceEntries = async ({
|
||||
const { count, data: accountMemberships } = await supabase
|
||||
.schema('medreport')
|
||||
.from('accounts_memberships')
|
||||
.select('user_id')
|
||||
.select('user_id', { count: 'exact' })
|
||||
.eq('account_id', accountId)
|
||||
.throwOnError();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user