mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-11 23:39:02 +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