Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
6Kmfi6HP committed Sep 13, 2024
1 parent 52d3732 commit 6cec00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6cec00b

Please sign in to comment.