Skip to content

Commit

Permalink
name lol
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellockard committed Dec 7, 2018
1 parent c05914a commit bcd2081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conversations/conversations.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (c *ConvoClient) Info(name string) (res structs.InfoResponse, err error) {

p := url.Values{}
p.Add("token", c.token)
p.Add("channel", channelID)
p.Add("channel", name)
err = urlEncodedConvoClient(convURL, "info", c.token, p, &res)
check(err)
return res, nil
Expand Down

0 comments on commit bcd2081

Please sign in to comment.