mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-03 02:33:29 +02:00
update calls to GetRepositoryByName to use new signature
This commit is contained in:
@@ -413,8 +413,9 @@ func (f *WebauthnDeleteForm) Validate(req *http.Request, errs binding.Errors) bi
|
||||
|
||||
// PackageSettingForm form for package settings
|
||||
type PackageSettingForm struct {
|
||||
Action string
|
||||
RepoName string `form:"repo_name"`
|
||||
Action string
|
||||
RepoName string `form:"repo_name"`
|
||||
RepoGroup int64 `form:"repo_group"`
|
||||
}
|
||||
|
||||
// Validate validates the fields
|
||||
|
||||
Reference in New Issue
Block a user