1 Commits

Author SHA1 Message Date
grigorii.desyatnikov f59efe507b Delete tranform object to string with JSON.stringify 2021-11-02 10:29:40 +03:00
-1
View File
@@ -71,7 +71,6 @@ class ApiMethodFactory {
R.omit(R.concat(pathKeys, queryKeys)), R.omit(R.concat(pathKeys, queryKeys)),
), ),
R.when(R.isEmpty, R.always(null)), R.when(R.isEmpty, R.always(null)),
R.unless(R.isNil, JSON.stringify),
) )
const body = getBody(data) const body = getBody(data)