forked from loafle/openapi-generator-original
* [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