[Fix]: Fixed lint error

This commit is contained in:
Abhishek Verma
2021-08-31 12:19:54 +05:30
parent 5fd0cb92e9
commit e9a71ae2d6

View File

@@ -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