mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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 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
|
||||
if not new_pashub_link:
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue