fix: type erasure breaking nested generics (#285)

This commit is contained in:
Ryan Brink
2022-08-13 11:15:49 -07:00
committed by GitHub
parent 2e29b46f0f
commit 5beeade430
7 changed files with 302 additions and 10 deletions

View File

@ -6,6 +6,7 @@
### Changed
- Can now put redoc route behind authentication
- Fixed issue where type erasure was breaking nested generics
### Remove