add TODO commit about logging errors catched when party invite code is invalid

This commit is contained in:
Matteo Pagliazzi 2015-08-14 15:21:17 +02:00
parent 289d288f38
commit dc4c6fa6e7

View file

@ -60,6 +60,7 @@ module.exports = function(req, res, next) {
// Put query-string party (& guild but use partyInvite for backward compatibility)
// invitations into session to be handled later
// TODO once we have proper logging in place, log errors here
if(req.query.partyInvite){
try{
req.session.partyInvite = JSON.parse(utils.decrypt(req.query.partyInvite));