From a5cf6f40c75de1a80569b75757998580809cc411 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:44:35 +0200 Subject: [PATCH] Update integration-sync-secret.ts --- .../src/services/integration-auth/integration-sync-secret.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/services/integration-auth/integration-sync-secret.ts b/backend/src/services/integration-auth/integration-sync-secret.ts index 559ce838f..cc20c0c01 100644 --- a/backend/src/services/integration-auth/integration-sync-secret.ts +++ b/backend/src/services/integration-auth/integration-sync-secret.ts @@ -556,9 +556,8 @@ const syncSecretsAWSParameterStore = async ({ logger.error( `AWS Parameter Store Error [integration=${integration.id}]: double check AWS account permissions (refer to the Infisical docs)` ); + throw err; } - - throw err; } } }