mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
Commit 234e131507 changed the "val"
variable to be a constant, but it's value is reassigned later. Change
the variable to be declared with let instead so it can be reassigned.
Signed-off-by: Daniel Nilsson <dannil+github@protonmail.com>