Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jan 24, 2025
1 parent 03771c4 commit 6e0d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/test/rpc/websocket.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('JSON-RPC call', () => {
assert.ok(err.message.includes('401'), 'Unauthorized')
resolve(undefined)
}
const _rpc = Client.websocket({
Client.websocket({
// @ts-ignore -- see above test
ws: socket,
})
Expand Down

0 comments on commit 6e0d84d

Please sign in to comment.