Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Smallest PR: single typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshfindit authored Feb 28, 2021
1 parent ee19b29 commit 98c3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/joinChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98c3146

Please sign in to comment.