We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a04013e + 14d4a51 commit 55f19b6Copy full SHA for 55f19b6
examples/async/actions/index.js
@@ -29,7 +29,7 @@ function requestPosts(reddit) {
29
function receivePosts(reddit, json) {
30
return {
31
type: RECEIVE_POSTS,
32
- reddit: reddit,
+ reddit,
33
posts: json.data.children.map(child => child.data),
34
receivedAt: Date.now()
35
}
0 commit comments