From f59efe507bc48ba22f58ac092b8749f183f40640 Mon Sep 17 00:00:00 2001 From: Desyatnikov Grigorii Date: Tue, 2 Nov 2021 10:29:40 +0300 Subject: [PATCH] Delete tranform object to string with JSON.stringify --- 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)