From c718e36c1180a0fd2413a6a5d6cf93562eebc462 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 9 Apr 2026 12:54:01 +0000 Subject: [PATCH] trigger pashub to ara lambda if necessary --- etl/hubspot/scripts/scraper/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/etl/hubspot/scripts/scraper/main.py b/etl/hubspot/scripts/scraper/main.py index 18e425a4..0bc285a7 100644 --- a/etl/hubspot/scripts/scraper/main.py +++ b/etl/hubspot/scripts/scraper/main.py @@ -92,5 +92,3 @@ def handler(body: dict[str, Any], context: Any) -> None: logger.info( f"Sent message to Pashub To Ara queue. MessageId: {response['MessageId']}" ) - - return