🔸 appNames.ts

This commit is contained in:
nirholas
2026-03-31 10:24:13 +00:00
parent a399bbcbf8
commit 4c2d9682eb

View File

@@ -194,3 +194,4 @@ export function filterAppsForDescription(
...sanitizeAppNames(rest).filter(n => !alwaysSet.has(n)), ...sanitizeAppNames(rest).filter(n => !alwaysSet.has(n)),
] ]
} }