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

Commit 961fc4a

Browse files
author
Alan Shaw
committed
chore: appease linter
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent 15ab7c5 commit 961fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dht/findprovs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = (send) => {
2727
if (Array.isArray(res)) {
2828
res = res[0]
2929
}
30-
30+
3131
// callback with an empty array if no providers are found
3232
if (!res) {
3333
const responses = []

0 commit comments

Comments
 (0)