Skip to content

Commit

Permalink
Fixes lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Mar 16, 2018
1 parent 67b500f commit 3cb17a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function reactTreeWalker(
if (promiseResult === false) {
innerResolve()
} else {
return visitChildren()
visitChildren()
}
})
.catch(reject)
Expand Down

0 comments on commit 3cb17a4

Please sign in to comment.