mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-03 07:00:28 +00:00
not checked lint now checked lint and the backend test to see everything working
This commit is contained in:
@@ -25,8 +25,8 @@ class Resend extends NotificationProvider {
|
||||
from: `${fromName} <${email}>`,
|
||||
to: notification.resendToEmail,
|
||||
subject: notification.resendSubject || "Notification from Your Uptime Kuma",
|
||||
// supplied text directly instead of html
|
||||
text:msg,
|
||||
// supplied text directly instead of html
|
||||
text: msg,
|
||||
};
|
||||
|
||||
let result = await axios.post(
|
||||
|
||||
Reference in New Issue
Block a user