pull/1751/head
Super Manito 2022-06-12 22:41:24 +08:00
parent 817c941489
commit a41023ca2a
1 changed files with 0 additions and 1 deletions

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 {