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:
parent
451b21f287
commit
6dc24edfa4
@ -38,7 +38,6 @@ func NewSMS(apiToken string, deviceNickname string) (*SMS, error) {
|
||||
// AddReceivers takes phone numbers and adds them to the internal phoneNumbers list. The Send method will send
|
||||
// a given message to all registered phone numbers.
|
||||
func (sms *SMS) AddReceivers(phoneNumbers ...string) {
|
||||
|
||||
sms.phoneNumbers = append(sms.phoneNumbers, phoneNumbers...)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user