From 3ee80cde100edafeb0978bc81ea2f8eb25ee4aa2 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 26 Mar 2026 16:10:26 +0000 Subject: [PATCH] dummy credentials --- backend/pashub_fetcher/handler/handler.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/pashub_fetcher/handler/handler.py b/backend/pashub_fetcher/handler/handler.py index f8539201..c728661f 100644 --- a/backend/pashub_fetcher/handler/handler.py +++ b/backend/pashub_fetcher/handler/handler.py @@ -123,11 +123,8 @@ def handler(event: Mapping[str, Any], context: Any) -> None: jobs: List[Job] = extract_jobs(filepath) logger.info("Successfully loaded jobs from spreadsheet") - # pas_hub_email = "random@test.com" - # pas_hub_password = "my_fake_password" - - pas_hub_email = "sebastian@osmosis-acd.com" - pas_hub_password = "Osmosis2025!" + pas_hub_email = "random@test.com" + pas_hub_password = "my_fake_password" pashub_client = get_pashub_client(pas_hub_email, pas_hub_password)