Skip to content

Commit

Permalink
Fix sdk organization types
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Dec 12, 2024
1 parent fae21d7 commit 2b86fd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-components/src/utils/organization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ export async function getOrganizationConfig(
const sdk = getSdk(config)
const organization = await sdk.organization.retrieve({
fields: {
// @ts-expect-error typing fails here?
organization: ['id', 'config']
organizations: ['id', 'config']
}
})
return getConfig({
Expand Down

0 comments on commit 2b86fd9

Please sign in to comment.