Skip to content

Commit

Permalink
Fix eslint error for unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mhodgson committed Dec 3, 2015
1 parent f7dda88 commit dbff043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function connect(mapStateToProps, mapDispatchToProps, mergeProps,
return
}

return new Promise((resolve, reject) => {
return new Promise((resolve) => {
this.setState({
storeState: this.store.getState()
}, resolve)
Expand Down

0 comments on commit dbff043

Please sign in to comment.