Skip to content

Commit

Permalink
Upstream Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng authored Nov 28, 2024
1 parent d4f5dab commit bde5bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function initParams(request, env) {
}

export function initializeParams(request, env) {
if (!env.UUID || !env.TROJAN_PASS) throw new Error("Please set UUID and Trojan password first.");
initParams(request, env);
return Promise.resolve();
}
Expand Down

0 comments on commit bde5bac

Please sign in to comment.