mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: sdk usage
This commit is contained in:
@@ -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<OrganizationList> {
|
||||
async listOrganization(queries: string[] = []): Promise<OrganizationList> {
|
||||
const path = `/organizations`;
|
||||
const params = {
|
||||
queries
|
||||
|
||||
Reference in New Issue
Block a user