Skip to content

Commit 87c4d65

Browse files
ronagmetcoder95
authored andcommitted
fix: remove unused param
1 parent a7aa231 commit 87c4d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ function onParserTimeout (parser) {
10161016
}
10171017
}
10181018

1019-
function onSocketReadable (data) {
1019+
function onSocketReadable () {
10201020
const { [kParser]: parser } = this
10211021
parser.readMore()
10221022
}

0 commit comments

Comments
 (0)