diff --git a/server/notification-providers/resend.js b/server/notification-providers/resend.js index ebadfcce7..41dd70311 100644 --- a/server/notification-providers/resend.js +++ b/server/notification-providers/resend.js @@ -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(