mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-24 19:42:28 +00:00
chore: fix lint
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
parent
6f04526083
commit
99f237bba1
@ -17,7 +17,7 @@ const { AbortError } = require('interface-transport')
|
||||
function noop () {}
|
||||
|
||||
class TCP {
|
||||
constructor(options) {
|
||||
constructor (options) {
|
||||
assert(options && options.upgrader, 'An Upgrader must be provided')
|
||||
this.upgrader = options.upgrader
|
||||
}
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
module.exports = {
|
||||
upgradeOutbound: (conn) => conn,
|
||||
upgradeInbound: (conn) => conn,
|
||||
upgradeInbound: (conn) => conn
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user