Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4709aa

Browse files
author
Ivan Sugerman
authored
Merge pull request#55 from hubgit/patch-1
Remove data variable from remover example
2 parentsd0da1e7 +a4da5c1 commita4709aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/ActionsCreators.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const todosActions = actions({
7171
.catch(response => handleError())
7272
},
7373
remover: (id, handleSuccess, handleError) => {
74-
return axios.delete(`todos/${id}`, data)
74+
return axios.delete(`todos/${id}`)
7575
.then(response => handleSuccess())
7676
.catch(response => handleError())
7777
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp