fix(tradein): dedupe last_scraped_at — fix frontend build/deploy #703

Merged
bot-reviewer merged 1 commit from fix/tradein-frontend-build-hotfix into main 2026-05-30 08:32:04 +00:00

1 commit

Author SHA1 Message Date
lekss361
6248880d53 fix(tradein): dedupe last_scraped_at in AggregatedEstimate (fix frontend build)
#688 (analytics) and #689 (transparency) each added last_scraped_at?: string|null
to AggregatedEstimate; each PR was internally consistent (tsc green in isolation),
but after BOTH merged the field was declared twice → 'Type error: Duplicate
identifier last_scraped_at' → next build failed → build-frontend red → deploy
skipped (run #535). Remove the second declaration (keep the original at the
metadata block); price_trend untouched. tsc --noEmit clean.
2026-05-30 11:25:41 +03:00