Skip to content

Commit

Permalink
fix: Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Aug 23, 2019
1 parent 0f7fe62 commit f0031b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/git/GitHubClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ const debug = Debug('cli:services:git:github-client');
@injectable()
export class GitHubClient {
private readonly client: Octokit;
private readonly output: IOutput;
private callCount = 0;

constructor(@inject(Types.ArgumentsProvider) argumentsProvider: ArgumentsProvider) {
this.output = new ConsoleOutput();

this.client = new Octokit({
auth: argumentsProvider.auth,
});
Expand Down

0 comments on commit f0031b1

Please sign in to comment.