Skip to content

Commit

Permalink
fix(subscribe): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
muink authored Oct 29, 2023
1 parent eabfb8f commit 69792b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/homeproxy/scripts/update_subscriptions.uc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function parse_uri(uri) {
if (!uri)
return null;

const userinfo = split(uri[0], ':'),
const userinfo = split(uri[0], ':');
params = urldecode_params(uri[1]);

if (!sing_features.with_shadowsocksr) {
Expand Down

0 comments on commit 69792b8

Please sign in to comment.