mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-24 08:22:18 +02:00
Update service/pushbullet/pushbullet.go
Co-authored-by: Niko Köser <koeserniko@gmail.com>
This commit is contained in:
parent
4f6011a81a
commit
e6d5c854d9
@ -43,7 +43,6 @@ func (pb Pushbullet) Send(subject, message string) error {
|
||||
}
|
||||
|
||||
err = dev.PushNote(subject, message)
|
||||
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "failed to send message to Pushbullet device with nickname '%s'", deviceNickname)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user