From a41023ca2a05f1015021d30352b9e4f752778320 Mon Sep 17 00:00:00 2001
From: Super Manito <68613938+SuperManito@users.noreply.github.com>
Date: Sun, 12 Jun 2022 22:41:24 +0800
Subject: [PATCH] Update

---
 server/notification-providers/bark.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/notification-providers/bark.js b/server/notification-providers/bark.js
index a2c4966a2..b9113a749 100644
--- a/server/notification-providers/bark.js
+++ b/server/notification-providers/bark.js
@@ -50,7 +50,6 @@ class Bark extends NotificationProvider {
      */
     appendAdditionalParameters(postUrl) {
         // grouping all our notifications
-        postUrl += "?group=" + barkNotificationGroup;
         if (notification.barkGroup != null) {
             postUrl += "&group=" + notification.barkGroup;
         } else {