Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only add valid nodes to verb children (#1760)
fixes #1751 We were hitting the above issue because we were trying to traverse the schema tree to implicitly export nodes, but were encountering a verb which added nil values into its children slice.
- Loading branch information