Authentication #170

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

View file

@ -92,7 +92,7 @@ module.exports = {
claim_address: claimAddress, claim_address: claimAddress,
}; };
// add channel if applicable // add channel if applicable
if (channel !== 'none'){ if (channel !== 'none') {
publishParams['channel_name'] = channel; publishParams['channel_name'] = channel;
} else { } else {
publishParams['channel_name'] = defaultChannel; publishParams['channel_name'] = defaultChannel;