Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a8e68baf4 |
1
chat.go
1
chat.go
@ -769,7 +769,6 @@ func (k *Keybase) ListConvsOnName(channel chat1.ChatChannel) (*[]chat1.ConvSumma
|
|||||||
arg := newListConvsOnNameArg(channel)
|
arg := newListConvsOnNameArg(channel)
|
||||||
|
|
||||||
jsonBytes, _ := json.Marshal(arg)
|
jsonBytes, _ := json.Marshal(arg)
|
||||||
fmt.Printf("%#v\n", arg)
|
|
||||||
|
|
||||||
cmdOut, err := k.Exec("chat", "api", "-m", string(jsonBytes))
|
cmdOut, err := k.Exec("chat", "api", "-m", string(jsonBytes))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user