From d1155e7d548a1387e8cd087f6bd49f459b82b378 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Fri, 1 May 2026 12:28:08 +0000 Subject: [PATCH] remove debug hardcoded deal id --- etl/hubspot/scripts/scraper/main.py | 1 - 1 file changed, 1 deletion(-) 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