joolfe / postman-to-openapi

🛸 Convert postman collection to OpenAPI
MIT License
575 stars 99 forks source link

Fixing issue when response example body is null #184

Closed rivulent closed 2 years ago

rivulent commented 2 years ago

When body of a response example is null in the postman collection, conversion fails with "parse error is: Cannot read property 'trim' of null"

joolfe commented 2 years ago

To be evaluated please add test to cover this change, thanks!

joolfe commented 2 years ago

Close due to inactivity