diff --git a/src/api/joinChannel.js b/src/api/joinChannel.js index db60e77..a9fc30b 100644 --- a/src/api/joinChannel.js +++ b/src/api/joinChannel.js @@ -4,7 +4,7 @@ const joinChannel = async (profile, opts) => { 'use strict' opts = opts || {} - opts.soruce = opts.source || 'feed' + opts.source = opts.source || 'feed' const attributions = { is_explore: opts.isExplore,