Showing 1 of 10 total issues
Avoid deeply nested control flow statements. Open
Open
if (sel.checked) { variables.status = sel.value === 'on' ? null : sel.value; }
if (sel.checked) { variables.status = sel.value === 'on' ? null : sel.value; }