mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-04-11 08:39:01 -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 {
|
if err != nil {
|
||||||
fmt.Printf("failed to build the publish request : %s", err.Error())
|
fmt.Printf("failed to build the publish request : %s", err.Error())
|
||||||
|
return
|
||||||
}
|
}
|
||||||
_ = s.Send(rq)
|
_ = s.Send(rq)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user