From 2b68a47e2143c778ebabdee15e7f0bee05900d33 Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Tue, 12 Aug 2025 19:19:55 +0100 Subject: [PATCH] chore(acc): bump importer function version (#5225) --- 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 19aa9294c..8ff6e7554 100644 --- a/packages/server/modules/acc/domain/constants.ts +++ b/packages/server/modules/acc/domain/constants.ts @@ -4,7 +4,7 @@ import { StringEnum } from '@speckle/shared' export const ImporterAutomateFunctions = { svf2: { functionId: '4665e0b3ba', - functionReleaseId: 'ad5f3e7cfe' + functionReleaseId: '5cedfc8034' } }