This commit is contained in:
Giuseppe Guerra 2024-10-09 17:32:42 +02:00
parent a17d2865ae
commit 02a61f4046
No known key found for this signature in database

View File

@ -97,7 +97,6 @@ func (s *Service) ModuleHash(ctx context.Context, p pluginstore.Plugin) string {
if err != nil {
s.log.Error("Failed to calculate module hash", "plugin", p.ID, "error", err)
}
mh += "broken"
s.moduleHashCache.Store(k, mh)
return mh
}