Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Oct 16, 2024
1 parent 7fa2ed1 commit 1f59437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/ws_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class WsTransport implements Transport {
this._closed(undefined, true);
}

private async _closed(err?: Error, internal = true): Promise<void> {
private async _closed(err?: Error, _internal = true): Promise<void> {
if (this.done) {
try {
this.socket.close();
Expand Down
1 change: 0 additions & 1 deletion core/tests/ws_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
import {
createInbox,
DebugEvents,
delay,
ErrorCode,
Events,
wsconnect,
Expand Down

0 comments on commit 1f59437

Please sign in to comment.