Skip to content

Commit 2d3418b

Browse files
chore: lint
1 parent 59d3240 commit 2d3418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-fetch/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ export function defaultPathSerializer(pathname, pathParams) {
435435
*/
436436
export function defaultBodySerializer(body) {
437437
if (body instanceof FormData) {
438-
return body
438+
return body;
439439
}
440440
return JSON.stringify(body);
441441
}

0 commit comments

Comments
 (0)