fix: remove lingering FM references from insights services
CI / Lint · Typecheck · Test · Build (push) Successful in 59s
CI / Playwright (smoke) (push) Has been skipped
CI / Build & push images (push) Successful in 2m22s

tx.fm.count calls + fmsImplicating fields were missed in the main FM
removal pass. Drops the field from Category/Manufacturer/PartModel
insights types, services, tests, and detail-page stat cards.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 18:51:56 -04:00
parent db8e86b749
commit da6bd071ee
12 changed files with 12 additions and 60 deletions
-1
View File
@@ -9,7 +9,6 @@ export interface CategoryPriceStats {
export interface CategoryFailureStats {
repairs: number;
distinctFailedParts: number;
fmsImplicating: number;
}
export interface CategoryManufacturerCount {