Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f59efe507b |
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user