mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 15:54:18 +00:00
* [TypeScript Fetch] Optional URL query parameters not sent anymore This prevents empty URL parameters from being sent, e.g. http://some-api/endpoint?param=SOMETHING?v= will now be http://some-api/endpoint?param=SOMETHING. Solution suggested by @TiFu. Fixes #6003. * Fixed indentation * fixed missing semicolon