From b313f2cee137dc6148c89c598a5dae472e3ba0ae Mon Sep 17 00:00:00 2001 From: popaprozac Date: Thu, 27 Mar 2025 14:43:23 -0700 Subject: [PATCH] fix docs --- docs/src/content/docs/learn/notifications.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/learn/notifications.mdx b/docs/src/content/docs/learn/notifications.mdx index 851e56228..5a59f5e2a 100644 --- a/docs/src/content/docs/learn/notifications.mdx +++ b/docs/src/content/docs/learn/notifications.mdx @@ -58,7 +58,7 @@ notifier.SendNotification(notifications.NotificationOptions{ ID: "unique-id", Title: "New Calendar Invite", Subtitle: "From: Jane Doe", // Optional - Body: "Tap to view the event" + Body: "Tap to view the event", }) ``` @@ -135,7 +135,7 @@ notifier.SendNotification(notifications.NotificationOptions{ ID: "unique-id", Title: "New Calendar Invite", Subtitle: "From: Jane Doe", // Optional - Body: "Tap to view the event" + Body: "Tap to view the event", Data: map[string]interface{}{ "sender": "jane.doe@example.com", "timestamp": "2025-03-10T15:30:00Z",