Delete tranform object to string with JSON.stringify (#6)

This commit is contained in:
grigoriishveps 2021-11-02 11:57:00 +03:00 committed by GitHub
parent 2ec4b10f15
commit f13178df39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)