not checked lint now checked lint and the backend test to see everything working
This commit is contained in:
parent
6c3afcca08
commit
55d21b72ba
@ -25,8 +25,8 @@ class Resend extends NotificationProvider {
|
|||||||
from: `${fromName} <${email}>`,
|
from: `${fromName} <${email}>`,
|
||||||
to: notification.resendToEmail,
|
to: notification.resendToEmail,
|
||||||
subject: notification.resendSubject || "Notification from Your Uptime Kuma",
|
subject: notification.resendSubject || "Notification from Your Uptime Kuma",
|
||||||
// supplied text directly instead of html
|
// supplied text directly instead of html
|
||||||
text:msg,
|
text: msg,
|
||||||
};
|
};
|
||||||
|
|
||||||
let result = await axios.post(
|
let result = await axios.post(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user