diff --git a/cmd/supervisor/main.go b/cmd/supervisor/main.go index 668cc574..e91b9224 100644 --- a/cmd/supervisor/main.go +++ b/cmd/supervisor/main.go @@ -38,6 +38,7 @@ func initServices(ctx context.Context, cfg config.Config) ([]services.Service, e Config: cfg, ScannerAddress: key.Address, BotRegistry: botRegistry, + Key: key, } svc, err := supervisor.NewSupervisorService(ctx, supervisor.SupervisorServiceConfig{ Config: cfg,