not checked lint now checked lint and the backend test to see everything working
This commit is contained in:
parent
6c3afcca08
commit
55d21b72ba
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user