openapi-backend
openapi-backend copied to clipboard
Fix #782 (coerceTypes errors)
If you enable coerceTypes, req.query is transformed in an object but parseRequest is being called multiple times and it is expecting req.query to be a string. I'm just converting it back to a string in order to fix the problem
close #782
Thanks! LGTM