Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <[email protected]>
  • Loading branch information
Alan Shaw committed May 19, 2019
1 parent 15ab7c5 commit 961fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dht/findprovs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = (send) => {
if (Array.isArray(res)) {
res = res[0]
}

// callback with an empty array if no providers are found
if (!res) {
const responses = []
Expand Down

0 comments on commit 961fc4a

Please sign in to comment.