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;