From d47d5c5644f703b157743fd6732ba9bd2b4d3263 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 22 Nov 2025 17:35:15 -0600 Subject: [PATCH] fix router not bailing on bad module types --- router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router.go b/router.go index 4bf126c..93beaaa 100644 --- a/router.go +++ b/router.go @@ -53,7 +53,7 @@ func NewRouter(ctx context.Context, config Config) (*Router, []ModuleError, []Ro Config: moduleDecl, Error: fmt.Errorf("module type not defined"), }) - + continue } moduleInstanceExists := false