Compare commits

...

1 Commits

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)