From 3ee9c3ac7dce03ece0ef1fe7d86307674df5f048 Mon Sep 17 00:00:00 2001 From: x032205 Date: Tue, 28 Oct 2025 05:23:35 -0400 Subject: [PATCH] add throw error to rollback transaction --- backend/src/ee/services/pam-account/pam-account-service.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/ee/services/pam-account/pam-account-service.ts b/backend/src/ee/services/pam-account/pam-account-service.ts index 12a0afa23..7898f3820 100644 --- a/backend/src/ee/services/pam-account/pam-account-service.ts +++ b/backend/src/ee/services/pam-account/pam-account-service.ts @@ -685,6 +685,8 @@ export const pamAccountServiceFactory = ({ } } }); + + throw error; } }) );