diff options
| author | Jeff Carr <[email protected]> | 2025-09-27 11:16:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-27 11:17:35 -0500 |
| commit | 8d311c65a7583b0da58d2c9870301acdf93ccb0d (patch) | |
| tree | 94fa94f170c00c209b2c43220a94f2f3f9df67f8 /handleRepos.go | |
| parent | 80d3e94284766490cfa4dac8e9fb1e6d0c64b360 (diff) | |
add devel branchesv0.0.55
Diffstat (limited to 'handleRepos.go')
| -rw-r--r-- | handleRepos.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handleRepos.go b/handleRepos.go index 34cb2b5..20cf66c 100644 --- a/handleRepos.go +++ b/handleRepos.go @@ -64,7 +64,7 @@ func addRequest(pb *gitpb.Repos, reqPB *httppb.HttpRequest) *gitpb.Repos { func checkRequest(pb *gitpb.Repos, reqPB *httppb.HttpRequest) *gitpb.Repos { checkPB := gitpb.NewRepos() for repo := range pb.IterAll() { - found := me.forge.Repos.FindByNamespace(repo.Namespace) + found := me.forge.PrepareCheckRepo(repo.Namespace) if found == nil { // don't know about this continue |
