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)