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
Fix: Remove the extra parenthesis and ensure all parameters are included correctly. Additionally, update the return type to Tesla.Client.t() which is the standard type for Tesla clients.
There might be some other problems too
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
openapi-generator version
7.11.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
From ChatGPT:
Issue: The @SPEC for the new/3 function has an extra parenthesis, making it invalid.
Fix: Remove the extra parenthesis and ensure all parameters are included correctly. Additionally, update the return type to Tesla.Client.t() which is the standard type for Tesla clients.
There might be some other problems too
The text was updated successfully, but these errors were encountered: