Skip to content

Commit

Permalink
fix: remove unused ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 7, 2024
1 parent 6ab2765 commit dab5cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/connection-encrypter-tls/src/tls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class TLS implements ConnectionEncrypter {
let socket: TLSSocket

if (isServer) {
// @ts-expect-error docs say this is fine?
socket = new TLSSocket(itToStream(conn), {
...opts,
// require clients to send certificates
Expand Down

0 comments on commit dab5cf7

Please sign in to comment.