Skip to content

Commit

Permalink
Debug rc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
collins-w committed Nov 19, 2023
1 parent 690801a commit 3b11d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/account/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { BaseApiClient, ApiVersion } from '@openzeppelin/defender-base-client';

import { AccountUsageResponse } from './models/account';

// AccountClient class
export class AccountClient extends BaseApiClient {
protected getPoolId(): string {
return process.env.DEFENDER_ADMIN_POOL_ID ?? 'us-west-2_94f3puJWv';
Expand All @@ -27,3 +28,4 @@ export class AccountClient extends BaseApiClient {
return this.apiCall(async (api) => api.get(`/account/usage?${searchParams.toString()}`));
}
}

0 comments on commit 3b11d23

Please sign in to comment.