Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-blog committed Apr 17, 2024
1 parent 2844cf1 commit a82fe43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
*/
async fetch(request, env, ctx) {
try {
userID = env.UUID || userID;
userID = userID || env.UUID;
proxyIP = env.PROXYIP || proxyIP;
dohURL = env.DNS_RESOLVER_URL || dohURL;
nodeId = env.NODE_ID || nodeId;
Expand Down

0 comments on commit a82fe43

Please sign in to comment.