Fix #2183 ntfy issue
This commit is contained in:
parent
b993859926
commit
c24b64921d
|
@ -9,7 +9,7 @@ class Ntfy extends NotificationProvider {
|
|||
let okMsg = "Sent Successfully.";
|
||||
try {
|
||||
let headers = {};
|
||||
if (notification.ntfyusername.length > 0) {
|
||||
if (notification.ntfyusername) {
|
||||
headers = {
|
||||
"Authorization": "Basic " + Buffer.from(notification.ntfyusername + ":" + notification.ntfypassword).toString("base64"),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue