1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-13 13:18:35 +02:00

Update service/pushbullet/pushbullet.go

Co-authored-by: Niko Köser <koeserniko@gmail.com>
This commit is contained in:
KrishanBhalla 2021-02-01 19:20:24 +00:00 committed by GitHub
parent 4383388f28
commit 2568de75c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,6 @@ func New(apiToken string) *Pushbullet {
// AddReceivers takes Pushbullet device nicknames and adds them to the internal deviceNicknames list.
// The Send method will send a given message to all those devices.
func (pb *Pushbullet) AddReceivers(deviceNicknames ...string) {
pb.deviceNicknames = append(pb.deviceNicknames, deviceNicknames...)
}