1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00

Update service/pushbullet/sms.go

Co-authored-by: Niko Köser <koeserniko@gmail.com>
This commit is contained in:
KrishanBhalla 2021-02-01 17:25:37 +00:00 committed by GitHub
parent 6dc24edfa4
commit 9966e69271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,6 @@ func (sms SMS) Send(subject, message string) error {
for _, phoneNumber := range sms.phoneNumbers {
err = sms.client.PushSMS(user.Iden, sms.deviceIdentifier, phoneNumber, fullMessage)
if err != nil {
return errors.Wrapf(err, "failed to send SMS message to %s via PushBullet", phoneNumber)
}