mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fixing build erroor
This commit is contained in:
parent
ace1e5ff7c
commit
5d94fb3b00
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue