luci-app-ruantiblock: fixed service.js.

This commit is contained in:
gSpot
2025-02-02 16:59:59 +03:00
parent dbed0841d9
commit 95c03ea19e
@@ -322,7 +322,7 @@ return view.extend({
return;
};
let section = uci.get(tools.appName, 'config');
let section = uci.get(tools.appName, 'config');
this.statusTokenValue = (Array.isArray(status_array)) ?
tools.normalizeValue(status_array[4]) : null;