Authentication #170

Merged
bones7242 merged 43 commits from authentication into master 2017-09-29 02:29:22 +02:00
Showing only changes of commit 16c2135773 - Show all commits

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,