瀏覽代碼

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

Loading…
取消
儲存