add medreport schema
This commit is contained in:
@@ -41,6 +41,7 @@ export const createInvitationsAction = enhanceAction(
|
||||
);
|
||||
|
||||
const { data: company, error: companyError } = await client
|
||||
.schema('medreport')
|
||||
.from('accounts')
|
||||
.select('id')
|
||||
.eq('slug', accountSlug);
|
||||
|
||||
Reference in New Issue
Block a user