소스 검색

remove arg

Ivan Galakhov 5 년 전
부모
커밋
bf531bf4cb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server/middleware/auth.go

+ 0 - 1
server/middleware/auth.go

@@ -405,7 +405,6 @@ func (auth *Auth) DoesUserHaveRegistryAccess(
 // much overhead
 func (auth *Auth) DoesUserHaveGitInstallationAccess(
 	next http.Handler,
-	projLoc IDLocation,
 	gitRepoLoc IDLocation,
 ) http.Handler {
 	return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {