mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove debug hardcoded deal id
This commit is contained in:
parent
0a97c2d21f
commit
d1155e7d54
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue