update error message

This commit is contained in:
Joe Danziger
2025-05-22 13:44:00 -04:00
parent b67217c995
commit 0c64e9a739

View File

@@ -56,7 +56,7 @@ export async function rulesDirect(args, log, context = {}) {
removalResults.push({
brandName: brand,
success: false,
error: `Profile not found: static import missing for '${brand}'. Valid brands: ${BRAND_NAMES.join(', ')}`
error: `The requested rules for '${brand}' are unavailable. Supported rules are: ${BRAND_NAMES.join(', ')}.`
});
continue;
}