From 16c21357733e17eb23cac33585dffce2f568e514 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Wed, 27 Sep 2017 11:12:33 -0700 Subject: [PATCH] fixed dataValues log --- controllers/publishController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/publishController.js b/controllers/publishController.js index 1c3c82c7..d672192d 100644 --- a/controllers/publishController.js +++ b/controllers/publishController.js @@ -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,