X-Git-Url: https://git.cworth.org/git?p=empires-server;a=blobdiff_plain;f=empathy.js;h=7966d72db185bf4846a83c3b811cb3d457c88d27;hp=5635c774f18e9fc8d64036df05cdc788b4c19907;hb=fa3bdc8a5207fc93f4d720771cb6155913f06262;hpb=50b90568b2aee8cd901057db236b31f8dba48d02 diff --git a/empathy.js b/empathy.js index 5635c77..7966d72 100644 --- a/empathy.js +++ b/empathy.js @@ -357,7 +357,7 @@ router.post('/judging/:prompt_id([0-9]+)', (request, response) => { const result = game.receive_judging(prompt_id, request.session.id, - request.body); + request.body.word_groups); response.json(result); if (game.state.players_judged >= game.players.length)