Commit cb64c13
Hendrik Eckardt
Fix code generation when body param is of type object (e.g., C# Dictionary)
The param was correctly declared as type Dict[str, Any] in the parameter
list, but the logic for the method body did not know what to do with it.1 parent 5d0dc6d commit cb64c13
File tree
1 file changed
+2
-0
lines changed- src/openapi_python_generator/language_converters/python
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments