Skip to content

Commit a343a69

Browse files
OK then
1 parent 8338585 commit a343a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/abstractplay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3276,7 +3276,7 @@ async function submitMove(userid: string, pars: { id: string, move: string, draw
32763276
TableName: process.env.ABSTRACT_PLAY_TABLE,
32773277
Key: { "pk": "METAGAMES", "sk": "COUNTS" },
32783278
ExpressionAttributeNames: { "#gr": game.metaGame + "_ratings" },
3279-
ExpressionAttributeValues: {":p": new Set([player.id]), ":user_id": player.id},
3279+
ExpressionAttributeValues: { ":p": new Set([player.id]) },
32803280
UpdateExpression: "add #gr :p",
32813281
})));
32823282
console.log(`Scheduled update to metagame ratings counts with player ${player.id}`);

0 commit comments

Comments
 (0)