From 684172a780134a0551fdd4723d257dd9879e87a5 Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Mon, 18 Aug 2025 20:40:45 +0100 Subject: [PATCH] chore(acc): bump (#5257) --- 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 8ff6e7554..fd5d6b475 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: '5cedfc8034' + functionReleaseId: '92588ce1ba' } }