mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Abri survey creation trigger ignores deals that already have a confirmed_survey_date 🟩
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
697df8ade3
commit
fc2ba88759
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ class HubspotDealDiffer:
|
||||||
def check_for_abri_survey_creation(
|
def check_for_abri_survey_creation(
|
||||||
new_deal: Dict[str, str], old_deal: HubspotDealData
|
new_deal: Dict[str, str], old_deal: HubspotDealData
|
||||||
) -> bool:
|
) -> bool:
|
||||||
return True
|
return old_deal.confirmed_survey_date is None
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def check_for_magicplan_trigger(
|
def check_for_magicplan_trigger(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue