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}`;
}

Завантаження…
Відмінити
Зберегти