Skip to content

Commit

Permalink
get cache back
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh committed Oct 20, 2023
1 parent dd9d770 commit a968300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ func (s *Service) GenerateManifest(ctx context.Context, q *apiclient.ManifestReq
var res *apiclient.ManifestResponse
var err error
cacheFn := func(cacheKey string, refSourceCommitSHAs cache.ResolvedRevisions, firstInvocation bool) (bool, error) {
ok, resp, err := s.getManifestCacheEntry("cacheKey", q, refSourceCommitSHAs, firstInvocation)
ok, resp, err := s.getManifestCacheEntry(cacheKey, q, refSourceCommitSHAs, firstInvocation)
res = resp
return ok, err
}
Expand Down

0 comments on commit a968300

Please sign in to comment.