Skip to content

Commit

Permalink
Update dynamodb.js
Browse files Browse the repository at this point in the history
Fix spacing
  • Loading branch information
martdo02 authored Sep 29, 2023
1 parent 5b8d447 commit b038dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws/stepDefinitions/dynamodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit b038dad

Please sign in to comment.