소스 검색

Fixes build warning

main
Eric Amodio 3 년 전
부모
커밋
8bad710287
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/git/remotes/gitea.ts

+ 1
- 1
src/git/remotes/gitea.ts 파일 보기

@ -123,7 +123,7 @@ export class GiteaRemote extends RemoteProvider {
return `${this.baseUrl}/commit/${sha}`;
}
protected getUrlForComparison(ref1: string, ref2: string, notation: '..' | '...'): string {
protected getUrlForComparison(ref1: string, ref2: string, _notation: '..' | '...'): string {
return `${this.baseUrl}/compare/${ref1}...${ref2}`;
}

불러오는 중...
취소
저장