add throw error to rollback transaction

This commit is contained in:
x032205
2025-10-28 05:23:35 -04:00
parent f684d1ba31
commit 3ee9c3ac7d

View File

@@ -685,6 +685,8 @@ export const pamAccountServiceFactory = ({
}
}
});
throw error;
}
})
);