mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove todo
This commit is contained in:
parent
2b93e06629
commit
ff0027dbc4
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ def handler(body: dict[str, Any], context: Any) -> None:
|
|||
if HubspotDealDiffer.check_for_pashub_trigger(
|
||||
new_deal=hubspot_deal, old_deal=db_deal
|
||||
):
|
||||
# TODO: trigger pashub file fetcher
|
||||
message_body: Dict[str, Optional[str]] = {
|
||||
"pashub_link": hubspot_deal["pashub_link"],
|
||||
"address": None, # can we get this?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue