Revert "unbork"

This reverts commit 02a61f4046.
This commit is contained in:
Giuseppe Guerra
2024-10-11 11:21:32 +02:00
parent ca753b74c4
commit eaee8fbb39
@@ -97,6 +97,7 @@ 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
}