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

@ -26,7 +26,7 @@ class Resend extends NotificationProvider {
to: notification.resendToEmail,
subject: notification.resendSubject || "Notification from Your Uptime Kuma",
// supplied text directly instead of html
text:msg,
text: msg,
};
let result = await axios.post(