fixed dataValues log

This commit is contained in:
bill bittner 2017-09-27 11:12:33 -07:00
parent 4f3c29c6ca
commit 16c2135773

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);
logger.debug('found user', user.dataValues);
const fileRecord = {
name : publishParams.name,
claimId : publishResults.claim_id,