Skip to content

Commit

Permalink
createOrFocusDMChannel: remove unused binding
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Jul 5, 2024
1 parent f2274c3 commit 669ab49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Matterhorn/State/Channels.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,6 @@ createOrFocusDMChannel tId user successAct = do
-- but valid user channel.
changeChannelByName :: TeamId -> Text -> MH ()
changeChannelByName tId name = do
myId <- gets myUserId
mCId <- gets (channelIdByChannelName tId name)
mDMCId <- gets (channelIdByUsername name)

Expand Down

0 comments on commit 669ab49

Please sign in to comment.