remove debug hardcoded deal id

This commit is contained in:
Jun-te Kim 2026-05-01 12:28:08 +00:00
parent 0a97c2d21f
commit d1155e7d54

View file

@ -25,7 +25,6 @@ def handler(body: dict[str, Any], context: Any) -> None:
payload = HubspotTriggerOrchestratorTriggerRequest.model_validate(body)
hubspot_deal_id: str = payload.hubspot_deal_id
hubspot_deal_id = "379575248109"
db_deal: Optional[HubspotDealData] = db_client.find_deal_with_deal_id(
hubspot_deal_id