From 98c3146d61b4b1de8ce1dad018b819d5b14acb6a Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 28 Feb 2021 01:37:26 -0400 Subject: [PATCH] Smallest PR: single typo --- src/api/joinChannel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,