mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Update
This commit is contained in:
parent
817c941489
commit
a41023ca2a
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class Bark extends NotificationProvider {
|
||||||
*/
|
*/
|
||||||
appendAdditionalParameters(postUrl) {
|
appendAdditionalParameters(postUrl) {
|
||||||
// grouping all our notifications
|
// grouping all our notifications
|
||||||
postUrl += "?group=" + barkNotificationGroup;
|
|
||||||
if (notification.barkGroup != null) {
|
if (notification.barkGroup != null) {
|
||||||
postUrl += "&group=" + notification.barkGroup;
|
postUrl += "&group=" + notification.barkGroup;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue