Upload files instead ofsources (#17608)

This commit is contained in:
martmull
2026-02-03 12:11:10 +01:00
committed by GitHub
parent cdaa8f1d9d
commit 65678ed99f
64 changed files with 1148 additions and 473 deletions
@@ -95,7 +95,6 @@ export class LogicFunctionExecuteCommand {
const result = await this.apiService.executeLogicFunction({
functionId: targetFunction.id,
payload: parsedPayload,
version: 'draft',
});
if (!result.success) {