update calls to GetRepositoryByName to use new signature

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:01:00 -04:00
parent 6f885a149e
commit 61b9442d2e
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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