diff --git a/services/eventhistory/pkg/command/root.go b/services/eventhistory/pkg/command/root.go index 73107f1085..f2cf663899 100644 --- a/services/eventhistory/pkg/command/root.go +++ b/services/eventhistory/pkg/command/root.go @@ -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, }