Update integration-sync-secret.ts

This commit is contained in:
Daniel Hougaard
2024-06-17 22:44:35 +02:00
parent f13930bc6b
commit a5cf6f40c7

View File

@@ -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;
}
}
}