From 6b600652ecacde27b000354b0dc1a4aa8a6d06c8 Mon Sep 17 00:00:00 2001 From: ANKIT GUPTA Date: Thu, 1 Sep 2022 00:13:28 +0530 Subject: [PATCH] fixed #16 --- Backend/check-if-service-is-up.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/check-if-service-is-up.js b/Backend/check-if-service-is-up.js index 5ae1bff..7eb951d 100644 --- a/Backend/check-if-service-is-up.js +++ b/Backend/check-if-service-is-up.js @@ -17,7 +17,7 @@ fetch('https://edit-wizard.toolforge.org/ping').then(function(response){ let transporter = nodemailer.createTransport({ host: "mail.tools.wmcloud.org" }); transporter.sendMail({ from: "edit-wizard.maintainers@toolforge.org", // sender address - to: "ankitguptabhabha@gmail.com", // list of receivers + to: "edit-wizard.maintainers@toolforge.org", // list of receivers subject: "Edit Request Wizard service is not running", // Subject line text: `Edit Request Wizard service is not running. You are requested to look into it as soon as possible.\nStatus Code : ${statusCode} \nStatus Text : ${statusText}`, // plain text body // html: "Hello world?", // html body