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