don't add title or body quite yet

This commit is contained in:
Zach Botterman 2025-02-23 15:45:42 -08:00
commit 978a982ab7

View file

@ -93,9 +93,6 @@ func (ns *Service) SendNotification(options NotificationOptions) error {
ActivationArguments: defaultAction,
}
options.Data["title"] = options.Title
options.Data["body"] = options.Body
if options.Data != nil {
jsonData, err := json.Marshal(options.Data)
if err == nil {