diff options
| author | forge <[email protected]> | 2025-10-31 00:05:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-31 00:09:09 -0500 |
| commit | 5bb2ce2fca59fa5672d9fdaa7855e8d5b0802512 (patch) | |
| tree | 2dca40822ae2607e2b6488b6c95c184e6df45011 /handleRepos.go | |
| parent | a07376f5593a0ec98a60b8d8bce0a8489eff3a37 (diff) | |
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 5a1f07f..b878cd9 100644 --- a/handleRepos.go +++ b/handleRepos.go @@ -79,7 +79,7 @@ func checkRequest(pb *gitpb.Repos, reqPB *httppb.HttpRequest) *gitpb.Repos { } checkPB.Append(found) } - saveMissing() + me.missing.Save() return checkPB } |
