There was an error while loading. Please reload this page.
2 parents 61ec5a8 + 2190c76 commit 22ccd17Copy full SHA for 22ccd17
1 file changed
src/lib/sdk/billing.ts
@@ -1442,10 +1442,10 @@ export class Billing {
1442
);
1443
}
1444
1445
- async listRegions(teamId: string): Promise<Models.ConsoleRegionList> {
+ async listRegions(organizationId: string): Promise<Models.ConsoleRegionList> {
1446
const path = `/console/regions`;
1447
const params = {
1448
- teamId
+ organizationId
1449
};
1450
const uri = new URL(this.client.config.endpoint + path);
1451
return await this.client.call(
0 commit comments