Skip to content

Commit

Permalink
Merge pull request #5973 from tbrrt11/patch-1
Browse files Browse the repository at this point in the history
Fix dataProvider: rm HTTP req body from deleteMany
  • Loading branch information
fzaninotto committed Mar 1, 2021
2 parents 5731914 + 1f221fe commit 6546a20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ export default {
};
return httpClient(`${apiUrl}/${resource}?${stringify(query)}`, {
method: 'DELETE',
body: JSON.stringify(params.data),
}).then(({ json }) => ({ data: json }));
}
};
Expand Down

0 comments on commit 6546a20

Please sign in to comment.