Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(script): fix typo of update_subscriptions.uc #40

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

muink
Copy link
Collaborator

@muink muink commented Oct 28, 2023

Running under vanilla Openwrt will produce the following error

root@Openwrt:~# /etc/homeproxy/scripts/update_subscriptions.uc
Syntax error: Invalid assignment to constant 'params'
In /etc/homeproxy/scripts/update_subscriptions.uc, line 276, byte 32:

 `            params = url.searchParams || {};`
  Near here -------------------------------^


Syntax error: Invalid assignment to constant 'params'
In /etc/homeproxy/scripts/update_subscriptions.uc, line 309, byte 32:

 `            params = url.searchParams || {};`
  Near here -------------------------------^


Syntax error: Invalid assignment to constant 'params'
In /etc/homeproxy/scripts/update_subscriptions.uc, line 336, byte 16:

 `            params = url.searchParams;`
  Near here ---------------^

@1715173329 1715173329 merged commit 69792b8 into immortalwrt:master Oct 29, 2023
1 check passed
@muink muink deleted the patch-1 branch October 29, 2023 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants