1
0
forked from lug/matterbridge

Fix linting (whatsapp)

This commit is contained in:
Wim
2022-03-13 23:51:08 +01:00
parent fffa29c2f3
commit d64eed49bc
2 changed files with 2 additions and 3 deletions

View File

@@ -325,9 +325,6 @@ func (b *Bwhatsapp) Send(msg config.Message) (string, error) {
message.Conversation = &text
ID := whatsmeow.GenerateMessageID()
b.Log.Debugf("=> Sending %#v", message)
_, err := b.wc.SendMessage(groupJID, ID, &message)
return ID, err