mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
pashub trigger false if pashub link not set 🟩
This commit is contained in:
parent
9f7448ac43
commit
ad2c979b15
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class HubspotDealDiffer:
|
||||||
Case 3: Design is completed (and PasHub Link is populated)
|
Case 3: Design is completed (and PasHub Link is populated)
|
||||||
Case 4: Lodgement is completed (and PasHub Link is populated)
|
Case 4: Lodgement is completed (and PasHub Link is populated)
|
||||||
"""
|
"""
|
||||||
new_pashub_link: Optional[str] = new_deal["pashub_link"]
|
new_pashub_link: Optional[str] = new_deal.get("pashub_link", "")
|
||||||
# Case 1
|
# Case 1
|
||||||
if not new_pashub_link:
|
if not new_pashub_link:
|
||||||
return False
|
return False
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue