Commit 22f85bed authored by Peter Xin's avatar Peter Xin

Fix elite match

parent 5cac5ac1
...@@ -453,7 +453,7 @@ router.post('/score', function (req, res) { ...@@ -453,7 +453,7 @@ router.post('/score', function (req, res) {
userdeckB: req.body.userdeckB, userdeckB: req.body.userdeckB,
first: req.body.first, first: req.body.first,
arena: 'athletic-elite' arena: 'athletic-elite'
}) }).end()
}); });
......
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