Delete tranform object to string with JSON.stringify
This commit is contained in:
parent
2ec4b10f15
commit
f59efe507b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue