From c3b19172da947ca6420914cf34ce545b4279272e Mon Sep 17 00:00:00 2001 From: dkeysil Date: Thu, 8 Feb 2024 14:36:04 +0100 Subject: [PATCH] Fix panic in supervisor --- cmd/supervisor/main.go | 1 + 1 file changed, 1 insertion(+) 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,