From b038dad37504d02cf3305652634f73bf838c16c5 Mon Sep 17 00:00:00 2001 From: Dominick Martelly <97986187+martdo02@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:46:33 -0400 Subject: [PATCH] Update dynamodb.js Fix spacing --- packages/aws/stepDefinitions/dynamodb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/aws/stepDefinitions/dynamodb.js b/packages/aws/stepDefinitions/dynamodb.js index b4e124e..6a29396 100644 --- a/packages/aws/stepDefinitions/dynamodb.js +++ b/packages/aws/stepDefinitions/dynamodb.js @@ -152,9 +152,9 @@ async function dynamoQuery (activeArgs, additionalArgs) { if (dynamoQueryArgs.projectionExpression) { queryParameters.ProjectionExpression = dynamoQueryArgs.projectionExpression } - if (dynamoQueryArgs.scanIndexForward) { + if (dynamoQueryArgs.scanIndexForward) { queryParameters.ScanIndexForward = dynamoQueryArgs.scanIndexForward - } + } if (dynamoQueryArgs.indexName) { queryParameters.IndexName = dynamoQueryArgs.indexName }