Commit 9e93645f authored by IamI's avatar IamI

Fix

parent 67dcad78
......@@ -469,7 +469,7 @@ router.post('/score', function (req, res) {
console.log(err);
});
} else
ep.emit('query_deckA', JSON.parse(request.body).deck)
ep.emit('query_deckA', "no deck")
if (req.body.userdeckB) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment