fix rogue error check

This commit is contained in:
Joel Wetzell
2026-05-19 22:01:59 -05:00
parent f640dac0ad
commit bb44e3b813
-3
View File
@@ -204,9 +204,6 @@ func run(ctx context.Context, c *cli.Command) error {
return fmt.Errorf("errors initializing modules or routes")
}
if err != nil {
return fmt.Errorf("failed to initialize router: %w", err)
}
showbridgeApp.routerMutex.Lock()
showbridgeApp.router = router