not checked lint now checked lint and the backend test to see everything working

This commit is contained in:
lsnnt 2025-12-31 11:02:17 +05:30
parent 6c3afcca08
commit 55d21b72ba

View File

@ -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(