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

Commit

Permalink
fix(lint): remove unnecessary lint patch
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 6, 2016
1 parent c68704b commit 3728047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialer.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function collectLs (conn) {

return pull.take((msg) => {
if (first) {
const size = varint.decode(msg) // eslint-disable-line
varint.decode(msg)
counter = varint.decode(msg, varint.decode.bytes)
return true
}
Expand Down

0 comments on commit 3728047

Please sign in to comment.