Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 89e5f07

Browse files
committed
fix(lint): remove unnecessary lint patch
1 parent 56dc2cd commit 89e5f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function collectLs (conn) {
9090

9191
return pull.take((msg) => {
9292
if (first) {
93-
const size = varint.decode(msg) // eslint-disable-line
93+
varint.decode(msg)
9494
counter = varint.decode(msg, varint.decode.bytes)
9595
return true
9696
}

0 commit comments

Comments
 (0)