From 8734d8180c69befd79d8ce8e501ec97eab7ca7e5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 24 Feb 2023 23:51:59 -0500 Subject: [PATCH] *Update dist --- dist/socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/socket.js b/dist/socket.js index 545ac4d..5bde809 100644 --- a/dist/socket.js +++ b/dist/socket.js @@ -21,7 +21,7 @@ class Socket extends streamx_1.Duplex { if (!type) { throw Error("invalid remoteAddress"); } - this.remoteFamily = type === 6 ? IPV4 : IPV6; + this.remoteFamily = type === 6 ? IPV6 : IPV4; } } _connecting;