mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-app-frpc: correctness fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -104,7 +104,7 @@ function setParams(o, params) {
|
||||
const d = {};
|
||||
for (let vkey in v)
|
||||
d[vkey] = v[vkey];
|
||||
for (let od of o.deps) {
|
||||
for (let od of (o.deps || [])) {
|
||||
for (let dkey in od) {
|
||||
d[dkey] = od[dkey];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user