From 9ae3c17cbd86d0213e0e511e612e27d0913f5800 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 10 Jun 2019 21:33:23 +0800 Subject: [PATCH] test --- td.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td.go b/td.go index f4bc428..18fd424 100644 --- a/td.go +++ b/td.go @@ -35,7 +35,7 @@ func ListenMQ(c *tdlib.Client, msgs <-chan TGCommand) { time.Sleep(time.Until(lastOwnTDMsg.Add(time.Second))) now = time.Now() } - b, err := json.Marshal(m) + b, _ := json.Marshal(m) log.Printf("New MQ message :\n%s\n", string(b)) switch m.Type { case commandSendMsg: