Rename AddEventListenerCtx to AddEventListener and PublishCtx to Publish (#43566)

This commit is contained in:
idafurjes
2022-01-04 09:36:01 +01:00
committed by GitHub
parent a0cf57b5b8
commit 65e60759fb
8 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func ProvideService(pluginStore plugins.Store, pluginDashboardManager plugins.Pl
pluginDashboardManager: pluginDashboardManager,
logger: log.New("plugindashboards"),
}
bus.AddEventListenerCtx(s.handlePluginStateChanged)
bus.AddEventListener(s.handlePluginStateChanged)
s.updateAppDashboards()
return s
}