mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 03:26:31 -04:00
Change Pushdeer to PushDeer
This commit is contained in:
parent
93c51504f9
commit
fb0064082e
5 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@ const GoogleChat = require("./notification-providers/google-chat");
|
|||
const Gorush = require("./notification-providers/gorush");
|
||||
const Alerta = require("./notification-providers/alerta");
|
||||
const OneBot = require("./notification-providers/onebot");
|
||||
const Pushdeer = require("./notification-providers/pushdeer");
|
||||
const PushDeer = require("./notification-providers/pushdeer");
|
||||
|
||||
class Notification {
|
||||
|
||||
|
@ -76,7 +76,7 @@ class Notification {
|
|||
new Gorush(),
|
||||
new Alerta(),
|
||||
new OneBot(),
|
||||
new Pushdeer(),
|
||||
new PushDeer(),
|
||||
];
|
||||
|
||||
for (let item of list) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue