Skip to content

Commit 72c98a0

Browse files
author
Sachin Maheshwari
committed
typo
1 parent a82aef5 commit 72c98a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/updateToV5ChallengeIdSmallChunk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function* updateRecords() {
7171
const queryParams = _.fromPairs(_.map(legacyChallengeIds, (c, i) => [`:challengeId${i}`, c]))
7272
const params = {
7373
TableName: tableName,
74-
FilterExpression: `#challengeId IN (${_.join(_.keys(legacyChallengeIds), ',')})`,
74+
FilterExpression: `#challengeId IN (${_.join(_.keys(queryParams), ',')})`,
7575
ExpressionAttributeNames: {
7676
'#challengeId': 'challengeId'
7777
},

0 commit comments

Comments
 (0)