Skip to content

Commit be80f19

Browse files
committed
chore: fix typo
1 parent 0561521 commit be80f19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/package/dynamodb/compileMethodsToDynamodb.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ module.exports = {
272272
},
273273

274274
getDynamodbHashkeyFnSubValues(http) {
275-
const objectRangeKeyParam = this.getDynamodbObjectHashkeyParameter(http)
275+
const objectHashKeyParam = this.getDynamodbObjectHashkeyParameter(http)
276276
return {
277-
HashKey: objectRangeKeyParam.key,
278-
HashAttributeType: objectRangeKeyParam.attributeType,
279-
HashAttributeValue: objectRangeKeyParam.attributeValue
277+
HashKey: objectHashKeyParam.key,
278+
HashAttributeType: objectHashKeyParam.attributeType,
279+
HashAttributeValue: objectHashKeyParam.attributeValue
280280
}
281281
},
282282

0 commit comments

Comments
 (0)