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:29 +00:00 committed by GitHub
parent 451b21f287
commit 6dc24edfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...)
}