mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-19 17:03:02 +00:00
Abri deal abandonment ignores deals that are not Abri condition deals 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
33848a76fe
commit
79423f594c
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ class HubspotDealDiffer:
|
||||||
new_project: Optional[ProjectData],
|
new_project: Optional[ProjectData],
|
||||||
old_deal: HubspotDealData,
|
old_deal: HubspotDealData,
|
||||||
) -> bool:
|
) -> bool:
|
||||||
return True
|
return HubspotDealDiffer._is_abri_condition_deal(new_deal, new_project)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def check_for_magicplan_trigger(
|
def check_for_magicplan_trigger(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue