fix eventhistory SutureService config

This commit is contained in:
David Christofas
2023-03-03 00:57:07 +01:00
parent 63fa35fa50
commit dd4cc1bd42
+1 -1
View File
@@ -43,7 +43,7 @@ type SutureService struct {
// NewSutureService creates a new eventhistory.SutureService
func NewSutureService(cfg *ociscfg.Config) suture.Service {
cfg.Notifications.Commons = cfg.Commons
cfg.EventHistory.Commons = cfg.Commons
return SutureService{
cfg: cfg.EventHistory,
}