Skip to content

Commit

Permalink
Merge pull request #1665 from joshburgess/patch-1
Browse files Browse the repository at this point in the history
Use object literal property value shorthand consistently
  • Loading branch information
acdlite committed Apr 25, 2016
2 parents a04013e + 14d4a51 commit 55f19b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async/actions/index.js
Expand Up @@ -29,7 +29,7 @@ function requestPosts(reddit) {
function receivePosts(reddit, json) {
return {
type: RECEIVE_POSTS,
reddit: reddit,
reddit,
posts: json.data.children.map(child => child.data),
receivedAt: Date.now()
}
Expand Down

0 comments on commit 55f19b6

Please sign in to comment.