This commit is contained in:
Joel Wetzell
2025-11-18 18:57:39 -06:00
parent e1a8bef3fb
commit b3735ee713
5 changed files with 20 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ func main() {
if err != nil {
return err
}
fmt.Printf("%+v\n", config)
router, err := showbridge.NewRouter(ctx, config)
if err != nil {
return err