Skip to content

Commit 65f6c56

Browse files
fix import
1 parent 77e688b commit 65f6c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmap/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kimport type { Socket, SocketConnectOpts } from 'net';
1+
import type { Socket, SocketConnectOpts } from 'net';
22
import * as net from 'net';
33
import type { ConnectionOptions as TLSConnectionOpts, TLSSocket } from 'tls';
44
import * as tls from 'tls';

0 commit comments

Comments
 (0)