luci-mod-system: correctness fixes

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-05-22 15:24:31 +03:00
parent 0b9e8b4f52
commit c3b03826fa
@@ -12,7 +12,7 @@ const callSystemValidateFirmwareImage = rpc.declare({
object: 'system',
method: 'validate_firmware_image',
params: [ 'path' ],
expect: { '': { valid: false, forcable: true } }
expect: { '': { valid: false, forceable: true } }
});
function findStorageSize(procmtd, procpart) {