From 1d564b2fdbc9f173b90e9aff1fb2f3fac108c775 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 28 Apr 2026 03:20:01 -0500 Subject: [PATCH] RMD quality: recommend refiling when issues found Co-Authored-By: Claude Opus 4.6 (1M context) --- api/src/routes/fcc-lookup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/routes/fcc-lookup.ts b/api/src/routes/fcc-lookup.ts index 0d01902..a95c8f5 100644 --- a/api/src/routes/fcc-lookup.ts +++ b/api/src/routes/fcc-lookup.ts @@ -307,7 +307,7 @@ router.get("/api/v1/fcc/lookup", async (req, res) => { id: "rmd_quality", label: "RMD Filing Quality (2026)", status: worstSev === "critical" ? "red" : "yellow", - detail: `${rmdIssues.length} issue(s) found: ${labels.join("; ")}${labels.length < rmdIssues.length ? ` (+${rmdIssues.length - labels.length} more)` : ""}. Your filing does not meet all 2026 FCC requirements.`, + detail: `${rmdIssues.length} issue(s) found: ${labels.join("; ")}${labels.length < rmdIssues.length ? ` (+${rmdIssues.length - labels.length} more)` : ""}. Your filing does not meet all 2026 FCC requirements. We recommend refiling your RMD certification with the missing sections included.`, action_url: null, due_date: null, });