fix poll balance

This commit is contained in:
Josh Harvey 2016-12-12 23:30:28 +02:00
parent a4b35bab05
commit aec84fc2cd
2 changed files with 3 additions and 1 deletions

View file

@ -71,6 +71,7 @@ function poll (req, res, next) {
response.idVerificationLimit = config.idVerificationLimit
}
console.log('DEBUG78: %j', response.balances)
return res.json(response)
})
.catch(next)