We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3310ef commit 8ceddadCopy full SHA for 8ceddad
templates/base/http-clients/ky-http-client.ejs
@@ -106,7 +106,7 @@ export class HttpClient<SecurityDataType = unknown> {
106
...(type && type !== ContentType.FormData ? { "Content-Type": type } : {}),
107
},
108
searchParams: query,
109
- body,
+ body: body as any,
110
});
111
112
<% if (config.unwrapResponseData) { %>
0 commit comments