mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
8e724b5abe
`openapi-fetch` does not handle non-JSON `body`s, always stringifying them, and sets the `content-type` to `application/json`. The patch here does two things: - Do not stringify `body` if it is one of the types that should not be stringified (https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#body) - Do not add `content-type: application/json` unless it really is stringified JSON. Upstream issue: https://github.com/drwpow/openapi-typescript/issues/1123 I'm not a bit lost on fixing the types and adding tests, so not raising a PR upstream. |
||
---|---|---|
.. | ||
@chakra-ui+cli+2.4.0.patch | ||
openapi-fetch+0.4.0.patch |