From 02a61f4046772032c3391b497668147dd0039b0a Mon Sep 17 00:00:00 2001 From: Giuseppe Guerra Date: Wed, 9 Oct 2024 17:32:42 +0200 Subject: [PATCH] unbork --- pkg/services/pluginsintegration/pluginassets/pluginassets.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/services/pluginsintegration/pluginassets/pluginassets.go b/pkg/services/pluginsintegration/pluginassets/pluginassets.go index daea9eedd32..3184a4ec772 100644 --- a/pkg/services/pluginsintegration/pluginassets/pluginassets.go +++ b/pkg/services/pluginsintegration/pluginassets/pluginassets.go @@ -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 }