From 55d21b72ba0a3ec3df87f17b5b4747510409ceab Mon Sep 17 00:00:00 2001 From: lsnnt Date: Wed, 31 Dec 2025 11:02:17 +0530 Subject: [PATCH] not checked lint now checked lint and the backend test to see everything working --- server/notification-providers/resend.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(