Skip to content

Commit

Permalink
remove scmService from server impl
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Oct 11, 2023
1 parent 0f1cfc7 commit 2224282
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/server/src/workspace/gitpod-server-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ import { SSHKeyService } from "../user/sshkey-service";
import { StartWorkspaceOptions, WorkspaceService } from "./workspace-service";
import { GitpodTokenService } from "../user/gitpod-token-service";
import { EnvVarService } from "../user/env-var-service";
import { ScmService } from "../projects/scm-service";
import {
SuggestedRepositoryWithSorting,
sortSuggestedRepositories,
Expand Down Expand Up @@ -236,7 +235,6 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
@inject(GitTokenScopeGuesser) private readonly gitTokenScopeGuesser: GitTokenScopeGuesser,

@inject(ProjectsService) private readonly projectsService: ProjectsService,
@inject(ScmService) private readonly scmService: ScmService,

@inject(IDEService) private readonly ideService: IDEService,

Expand Down

0 comments on commit 2224282

Please sign in to comment.