revert mistake
This commit is contained in:
parent
6077162d41
commit
7f2748ec87
@ -546,7 +546,7 @@ const dataProvider = {
|
||||
const endpoint_url = homeserver + res.path;
|
||||
return jsonClient(`${endpoint_url}/${params.id}`, {
|
||||
method: "DELETE",
|
||||
body: JSON.stringify(params, filterNullValues),
|
||||
body: JSON.stringify(params.data, filterNullValues),
|
||||
}).then(({ json }) => ({
|
||||
data: json,
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user