Skip to content

Commit 671ba33

Browse files
committed
chore: fix lint
1 parent c4bb3fa commit 671ba33

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/circuit/circuit/stream-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class StreamHandler {
7373
}
7474

7575
/**
76-
* @param {CircuitMessage} msg
76+
* @param {CircuitMessage} msg
7777
*/
7878
end (msg) {
7979
this.write(msg)

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export interface CircuitMessageProto extends MessageProto<CircuitMessage> {
8989
}
9090
}
9191

92-
9392
export type Exchange = {
9493
id: Uint8Array
9594
pubkey: PublicKey

src/upgrader.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@ class Upgrader {
218218
}) {
219219
let muxer
220220
let newStream
221-
// eslint-disable-next-line prefer-const
222221
/** @type {Connection} */
223-
let connection
222+
let connection // eslint-disable-line prefer-const
224223

225224
if (Muxer) {
226225
// Create the muxer

0 commit comments

Comments
 (0)