updated user creation logs

This commit is contained in:
bill bittner 2017-09-27 11:31:08 -07:00
parent 16c2135773
commit 2a9aad3b56

View file

@ -24,7 +24,7 @@ module.exports = {
return db.Channel.findOne({where: {channelName: publishParams.channel_name}});
})
.then(user => {
logger.debug('found user', user.dataValues);
if (user) { logger.debug('successfully found user in User table') } else { logger.error('user for publish not found in User table') };
const fileRecord = {
name : publishParams.name,
claimId : publishResults.claim_id,