revert mistake

This commit is contained in:
dklimpel 2024-02-06 20:43:17 +01:00
parent 6077162d41
commit 7f2748ec87

View File

@ -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,
}));