bug fixes
This commit is contained in:
parent
014033b73e
commit
653b55dc1a
2 changed files with 12 additions and 9 deletions
|
|
@ -244,7 +244,7 @@ function fetchPhoneTx (req, res) {
|
|||
|
||||
function registerRedeem (req, res) {
|
||||
return plugins.registerRedeem(session(req))
|
||||
.then(r => res.json())
|
||||
.then(() => res.json({success: true}))
|
||||
.catch(err => {
|
||||
logger.error(err)
|
||||
res.send(500)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue