diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 23:59:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 23:59:35 -0500 |
| commit | 4285d240e406e1dc9a44c98a0b165a8c6f229ffd (patch) | |
| tree | 86e7ed027c2016d0d2f160262ebfa5ff352f9b02 | |
| parent | c0f7721f65e6f8baea33eb4b4975c11792063c57 (diff) | |
remove MasterHashv0.0.53
| -rw-r--r-- | handleRepos.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/handleRepos.go b/handleRepos.go index 34f04f5..34cb2b5 100644 --- a/handleRepos.go +++ b/handleRepos.go @@ -30,8 +30,6 @@ func getCurrentRepoVersions(namespace string) *gitpb.Repo { // todo: clone repo here return newrepo } - newrepo.MasterHash = found.MasterHash - newrepo.DevelHash = found.DevelHash newrepo.URL = found.URL return newrepo } |
