Skip to content

Commit

Permalink
fix: Remove unused interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelkahomolova committed Aug 23, 2019
1 parent d8917f3 commit bf5b5c5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/services/git/GitHubClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,3 @@ export class GitHubClient {
);
};
}

export interface GitHubAuth {
username: string;
passwordOrToken: string;
}

0 comments on commit bf5b5c5

Please sign in to comment.