We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f674d commit 2291cbeCopy full SHA for 2291cbe
1 file changed
code/extensions/che-api/src/impl/github-service-impl.ts
@@ -26,7 +26,6 @@ export class GithubServiceImpl implements GithubService {
26
27
constructor(
28
@inject(Logger) private logger: Logger,
29
- // @inject(K8SServiceImpl) private readonly k8sService: K8SServiceImpl,
30
@inject(Symbol.for('AxiosInstance')) private readonly axiosInstance: AxiosInstance
31
) {
32
this.initializeToken();
0 commit comments