refactor(deadcode): localize UI and script symbols (#101858)

This commit is contained in:
Vincent Koc
2026-07-07 11:55:57 -07:00
committed by GitHub
parent dbbab1044e
commit 7ff3f2dbf9
72 changed files with 105 additions and 105 deletions

View File

@@ -41,7 +41,7 @@ const AUDIT_ADVISORY_VERSION_OVERRIDES = [
},
];
export function normalizeAuditLevel(level) {
function normalizeAuditLevel(level) {
const normalized = String(level ?? "").toLowerCase();
if (normalized in SEVERITY_RANK) {
return normalized;