From 80043443beeaeaa9fd5ce44cf76506657239bd93 Mon Sep 17 00:00:00 2001 From: Gonzalo Avalos Ribas Date: Wed, 4 Dec 2024 16:35:29 -0300 Subject: [PATCH] Add logs --- .../integration-sdk-runtime/src/execution/executeIntegration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-sdk-runtime/src/execution/executeIntegration.ts b/packages/integration-sdk-runtime/src/execution/executeIntegration.ts index 67f5f548f..10576fafe 100644 --- a/packages/integration-sdk-runtime/src/execution/executeIntegration.ts +++ b/packages/integration-sdk-runtime/src/execution/executeIntegration.ts @@ -258,7 +258,7 @@ export async function executeWithContext< }); logger.info(`Step start states calculated`, { - stepStartStates: stepStartStates['DEBUG_STEP_ID'], + stepStartStates: stepStartStates[DEBUG_STEP_ID], }); if (shouldPublishDiskUsageMetric) {