mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-16 16:39:08 +00:00
Compilation fails in generated typescript-angular client when an `apiKey` is passed in query due to an uninitialised variable. This change adds `getHasQueryParamsOrAuth()` to reflect if there's at least one query parameter or passing API keys in query in the `hasQueryParamsOrAuth` template variable.