Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit a456962

Browse files
committed
Fix for #19
1 parent 4e9734b commit a456962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capacity/CapacityCalculatorBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default class CapacityCalculatorBase {
142142
if (globalSecondaryIndexName) {
143143
return [
144144
{ Name: 'TableName', Value: tableName},
145-
{ Name: 'GlobalSecondaryIndex', Value: globalSecondaryIndexName}
145+
{ Name: 'GlobalSecondaryIndexName', Value: globalSecondaryIndexName}
146146
];
147147
}
148148

0 commit comments

Comments
 (0)