diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e138ed8..95674a3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,8 @@
-
+
-
@@ -141,7 +140,6 @@
-
@@ -166,7 +164,8 @@
-
+
+
true
diff --git a/pkg/services/notifications.go b/pkg/services/notifications.go
index 2974ad7..5654442 100644
--- a/pkg/services/notifications.go
+++ b/pkg/services/notifications.go
@@ -113,7 +113,6 @@ func PushNotification(notification models.Notification) error {
NewPayload().
AlertTitle(notification.Subject).
AlertBody(notification.Content).
- Badge(1).
MarshalJSON()
if err != nil {
log.Warn().Err(err).Msg("An error occurred when preparing to notify subscriber via APNs...")