From f13178df39e54de57623342eb0093f1640d0e1c3 Mon Sep 17 00:00:00 2001 From: grigoriishveps <37780262+grigoriishveps@users.noreply.github.com> Date: Tue, 2 Nov 2021 11:57:00 +0300 Subject: [PATCH] Delete tranform object to string with JSON.stringify (#6) --- api/ApiMethodFactory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/ApiMethodFactory.ts b/api/ApiMethodFactory.ts index 37d5c32..8060283 100644 --- a/api/ApiMethodFactory.ts +++ b/api/ApiMethodFactory.ts @@ -71,7 +71,6 @@ class ApiMethodFactory { R.omit(R.concat(pathKeys, queryKeys)), ), R.when(R.isEmpty, R.always(null)), - R.unless(R.isNil, JSON.stringify), ) const body = getBody(data)