fix poll balance
This commit is contained in:
parent
a4b35bab05
commit
aec84fc2cd
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue