Procházet zdrojové kódy

Fixes build warning

main
Eric Amodio před 3 roky
rodič
revize
8bad710287
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/git/remotes/gitea.ts

+ 1
- 1
src/git/remotes/gitea.ts Zobrazit soubor

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

Načítá se…
Zrušit
Uložit