This commit is contained in:
Super Manito 2022-06-12 22:41:24 +08:00
parent 817c941489
commit a41023ca2a

View File

@ -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 {