Skip to content

Commit

Permalink
fix(clients): change api access
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jan 25, 2023
1 parent 3a32dff commit a86c8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface ClientArgs {
* ### Base Client
*/
export class BaseClient {
private api: AxiosCacheInstance;
protected api: AxiosCacheInstance;

private logger: pino.Logger;

Expand Down

0 comments on commit a86c8d5

Please sign in to comment.