Compare commits
1 Commits
master
...
fix/delete
| 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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue