mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Abri survey amendment trigger ignores deals that are not Abri condition deals 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
16b25c4b54
commit
7bfd26476e
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class HubspotDealDiffer:
|
|||
new_project: Optional[ProjectData],
|
||||
old_deal: HubspotDealData,
|
||||
) -> bool:
|
||||
return True
|
||||
return HubspotDealDiffer._is_abri_condition_deal(new_deal, new_project)
|
||||
|
||||
@staticmethod
|
||||
def _is_abri_condition_deal(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue