mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
unbork
This commit is contained in:
parent
a17d2865ae
commit
02a61f4046
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user