Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openIdConnect conversion failing #26

Closed
arosenb2 opened this issue Apr 19, 2024 · 1 comment
Closed

openIdConnect conversion failing #26

arosenb2 opened this issue Apr 19, 2024 · 1 comment

Comments

@arosenb2
Copy link
Collaborator

converter.ts L392 fails on operations that don't have a security array.

Either the sec variable should null coalesce to [] or a check should be put in before chaining forEach (sec?.forEach).

@DavidBiesack
Copy link
Member

fixed in #27 and #27, released as 0.13.1

DavidBiesack added a commit to DavidBiesack/openapi-down-convert that referenced this issue Apr 23, 2024
DavidBiesack added a commit that referenced this issue Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants