Redesign 1 bcrypt #226
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ module.exports = {
|
|||
})
|
||||
.then(shortChannelId => {
|
||||
userInfo['shortChannelId'] = shortChannelId;
|
||||
return done(null, userInfo);
|
||||
// done(null, userInfo);
|
||||
// return null;
|
||||
// return done(null, userInfo);
|
||||
done(null, userInfo);
|
||||
return null;
|
||||
})
|
||||
.catch(error => {
|
||||
logger.error(error);
|
||||
|
|
Loading…
Add table
Reference in a new issue