Skip to content

Commit

Permalink
Remove unused code in phase.service.ts (#197)
Browse files Browse the repository at this point in the history
Remove unused method verifySessionAvailability
  • Loading branch information
wweqg authored Sep 10, 2023
1 parent 237a997 commit 187b18e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/app/core/services/phase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ export class PhaseService {
return this.repoSetSource.getValue();
}

/**
* Checks if the necessary repository is available. TODO: Future to use to verify setRepository.
*/
verifySessionAvailability(): Observable<boolean> {
return this.githubService.isRepositoryPresent(this.currentRepo.owner, this.currentRepo.name);
}

/**
* Changes phase and updates Phase Service's properties.
* @param phase New phase
Expand Down

0 comments on commit 187b18e

Please sign in to comment.