From 0216263a8af52251dbde76ec5dc7d23544439633 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Thu, 21 Sep 2017 16:03:58 -0700 Subject: [PATCH] removed address from User model --- helpers/publishHelpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/publishHelpers.js b/helpers/publishHelpers.js index 44890fce..c154967d 100644 --- a/helpers/publishHelpers.js +++ b/helpers/publishHelpers.js @@ -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;