From 82e6e397f2d11347009027d19e5f048609c56a5f Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Tue, 7 Oct 2025 22:14:42 +0100 Subject: [PATCH] chore(acc): bump converter function (#5703) --- packages/server/modules/acc/domain/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/modules/acc/domain/constants.ts b/packages/server/modules/acc/domain/constants.ts index bfea14e3f..ecdbbeef4 100644 --- a/packages/server/modules/acc/domain/constants.ts +++ b/packages/server/modules/acc/domain/constants.ts @@ -5,6 +5,6 @@ export const ImporterAutomateFunctions = { }, rvt: { functionId: '0725cb0ac6', - functionReleaseId: '576643b561' + functionReleaseId: 'cf671accd1' } }