removed address from User model

This commit is contained in:
bill bittner 2017-09-21 16:03:58 -07:00
parent 761aa1daf7
commit 0216263a8a

View file

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