diff --git a/etl/hubspot/scripts/scraper/main.py b/etl/hubspot/scripts/scraper/main.py index 7a18d8f2..f7dc1076 100644 --- a/etl/hubspot/scripts/scraper/main.py +++ b/etl/hubspot/scripts/scraper/main.py @@ -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