Skip to content

Commit 6f3bd32

Browse files
author
Andrea Cosentino
committed
fix: getBodyClean
1 parent 84639cc commit 6f3bd32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,7 @@ export const Utils = {
12421242
Reflect.ownKeys(newBody).length === 0 && (newBody = null);
12431243
return newBody;
12441244
}
1245+
return body;
12451246
},
12461247
/* v8 ignore start */
12471248
getBodyOtherData(originalBody: any, bodyClean: any, contentType: string) {

0 commit comments

Comments
 (0)