fixing build erroor

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-04 19:26:45 +00:00
parent ace1e5ff7c
commit 5d94fb3b00

View file

@ -375,7 +375,7 @@ export function computeOutcomeSlices(deals: ClassifiedDeal[]): OutcomeSlice[] {
// -----------------------------------------------------------------------
export function computeLiveTrackerData(
rawDeals: HubspotDeal[]
): LiveTrackerProps {
): Omit<LiveTrackerProps, "docStatusMap"> {
// Classify all deals (add displayStage field)
const classified = classifyDeals(rawDeals);