remove todo

This commit is contained in:
Daniel Roth 2026-04-09 13:09:48 +00:00
parent 2b93e06629
commit ff0027dbc4

View file

@ -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?