Skip to content

Commit b18a769

Browse files
authored
Merge pull request #2731 from appwrite/update-sdk
2 parents 1fabaa5 + 6173cb1 commit b18a769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/sdk/billing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,10 +1424,10 @@ export class Billing {
14241424
);
14251425
}
14261426

1427-
async listRegions(teamId: string): Promise<Models.ConsoleRegionList> {
1427+
async listRegions(organizationId: string): Promise<Models.ConsoleRegionList> {
14281428
const path = `/console/regions`;
14291429
const params = {
1430-
teamId
1430+
organizationId
14311431
};
14321432
const uri = new URL(this.client.config.endpoint + path);
14331433
return await this.client.call(

0 commit comments

Comments
 (0)