Skip to content

Commit

Permalink
fix: content routing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 12, 2019
1 parent 10811e9 commit 305359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peer-routing.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = (node) => {
})

tryEach(tasks, (err, results) => {
if (err && err.code !== 'NOT_FOUND') {
if (err) {
return callback(err)
}
results = results || []
Expand Down

0 comments on commit 305359c

Please sign in to comment.