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
What's the reason to set status: "unknown" when the response is not ok? From my understanding it should be totally fine to simply use response.status in that case:
What's the reason to set
status: "unknown"when the response is notok? From my understanding it should be totally fine to simply useresponse.statusin that case:openapi-codegen/plugins/typescript/src/templates/fetcher.ts
Line 107 in aac52ca