Ivan Galakhov 4 سال پیش
والد
کامیت
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) {