From e9a71ae2d6a63493f6849d0dc3e015a878edb5fe Mon Sep 17 00:00:00 2001 From: Abhishek Verma Date: Tue, 31 Aug 2021 12:19:54 +0530 Subject: [PATCH] [Fix]: Fixed lint error --- bridge/mattermost/mattermost.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bridge/mattermost/mattermost.go b/bridge/mattermost/mattermost.go index 097c5c89..e7dba319 100644 --- a/bridge/mattermost/mattermost.go +++ b/bridge/mattermost/mattermost.go @@ -142,7 +142,6 @@ func (b *Bmattermost) Send(msg config.Message) (string, error) { // Set rootID of reply message // here 'msg.ParentID' is used, but this is stored as 'RootId' at mattermost, refer to function 'PostMessage' below msg.ParentID = rootID - } // Upload a file if it exists