From 6cec00babdef0449910c727878aa9a9a581e5b8f Mon Sep 17 00:00:00 2001 From: 3Kmfi6HP <179412085+6Kmfi6HP@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:27:47 +0700 Subject: [PATCH] 111 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7dfcea4..a4461af 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ let socks5Address = ''; // socks5Relay is true, will proxy all traffic to socks5Address, otherwise socks5Address only be used for cloudflare ips let socks5Relay = false; -let sha224Password; +let sha224Password = ''; if (!isValidUUID(userID)) { throw new Error('uuid is not valid');