Skip to content

Commit

Permalink
Update DynamoDbMetadataRepo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Oct 17, 2024
1 parent 9b18018 commit 21b9f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/terraformPlan/repo/DynamoDbMetadataRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class DynamoDBMetadataRepo implements IMetadataRepository {
TableName: this.tableName,
KeyConditionExpression: "#commitSHA= :commitSHA",
FilterExpression:
"#owner = :owner and #repo = :repo and #component = :component and #stack = :stack",
"#owner = :owner and #repo = :repo and #component = :component and #stack = :stack",
ExpressionAttributeNames: {
"#owner": "repoOwner",
"#repo": "repoName",
Expand Down

0 comments on commit 21b9f88

Please sign in to comment.