diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2d84509..5500851 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,10 @@
-
+
+
+
+
diff --git a/pkg/services/notifications.go b/pkg/services/notifications.go
index 5654442..0394f17 100644
--- a/pkg/services/notifications.go
+++ b/pkg/services/notifications.go
@@ -113,6 +113,7 @@ func PushNotification(notification models.Notification) error {
NewPayload().
AlertTitle(notification.Subject).
AlertBody(notification.Content).
+ SoundName("default").
MarshalJSON()
if err != nil {
log.Warn().Err(err).Msg("An error occurred when preparing to notify subscriber via APNs...")