You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change this line delete localVarUrlObj.search; to this localVarUrlObj.search = null; It could solve the flow issue. It is seen to be ok, but I did not test it all possibilities yet.
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
I found the following problem in the generated code when tried to run the
flow check
:openapi-generator version: 4.3.1
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
Change this line
delete localVarUrlObj.search;
to thislocalVarUrlObj.search = null;
It could solve the flow issue. It is seen to be ok, but I did not test it all possibilities yet.The text was updated successfully, but these errors were encountered: