mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-11 07:56:09 -06:00
Update
This commit is contained in:
parent
817c941489
commit
a41023ca2a
@ -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 New Issue
Block a user