diff --git a/src/lib/sdk/billing.ts b/src/lib/sdk/billing.ts index 69599bd36..f21ea5ec6 100644 --- a/src/lib/sdk/billing.ts +++ b/src/lib/sdk/billing.ts @@ -1,4 +1,4 @@ -import type { Client, Models, Query } from '@appwrite.io/console'; +import type { Client, Models } from '@appwrite.io/console'; import type { Organization, OrganizationList } from '../stores/organization'; import type { PaymentMethod } from '@stripe/stripe-js'; import type { Tier } from '$lib/stores/billing'; @@ -274,7 +274,7 @@ export class Billing { this.client = client; } - async listOrganization(queries: Query[] = []): Promise { + async listOrganization(queries: string[] = []): Promise { const path = `/organizations`; const params = { queries