mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-03-31 03:49:35 -07:00
Typo
This commit is contained in:
parent
985f201a62
commit
fff02dad70
@ -129,6 +129,7 @@ func sendUserTune(s xmpp.Sender, artist string, title string) {
|
||||
})
|
||||
if err != nil {
|
||||
fmt.Printf("failed to build the publish request : %s", err.Error())
|
||||
return
|
||||
}
|
||||
_ = s.Send(rq)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user