From 01f615f010b045871c7a9ce583097cff7926bf25 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 3 Feb 2022 00:12:10 +0100 Subject: [PATCH] Gofumpt --- bridge/telegram/handlers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge/telegram/handlers.go b/bridge/telegram/handlers.go index 73056a8965..8461df372f 100644 --- a/bridge/telegram/handlers.go +++ b/bridge/telegram/handlers.go @@ -23,7 +23,6 @@ func (b *Btelegram) handleUpdate(rmsg *config.Message, message, posted, edited * Channel: chatID, Text: fmt.Sprintf("ID of this chat: %s", chatID), }) - if err != nil { b.Log.Warnf("Unable to send chatID to %s", chatID) }