Use live execution mode for syncApplication

This commit is contained in:
martmull
2026-06-04 23:03:37 +02:00
parent 7fb65a1ae2
commit 42eff9dc93
@@ -40,7 +40,7 @@ export const fromLogicFunctionManifestToUniversalFlatLogicFunction = ({
workflowActionTriggerSettings:
logicFunctionManifest.workflowActionTriggerSettings ?? null,
isBuildUpToDate: true,
executionMode: LogicFunctionExecutionMode.PREBUILT,
executionMode: LogicFunctionExecutionMode.LIVE,
createdAt: now,
updatedAt: now,
deletedAt: null,