fix: null ref (#286)

This commit is contained in:
Ryan Brink
2022-08-13 11:29:35 -07:00
committed by GitHub
parent 5beeade430
commit 2007b1bb8c
6 changed files with 120 additions and 1 deletions

View File

@ -7,6 +7,7 @@
### Changed
- Can now put redoc route behind authentication
- Fixed issue where type erasure was breaking nested generics
- Fix bug with null references not displaying properly on properties
### Remove