Skip to content

Commit

Permalink
Merge pull request #851 from forta-network/hotfix/panic-in-supervisor
Browse files Browse the repository at this point in the history
Fix panic in supervisor
  • Loading branch information
dkeysil authored Feb 8, 2024
2 parents 92a060d + c3b1917 commit 18c3eee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/supervisor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 18c3eee

Please sign in to comment.