From 4caefde9f8717f891fab6f1de5dc6e077870c962 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Thu, 4 Dec 2025 08:10:07 +0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0dc08c6..cdc6e4e 100644 --- a/index.js +++ b/index.js @@ -273,7 +273,7 @@ async function sendMail(subject, body) { }); // add link to google drive in email body - const bodyEmail = `\nYou can see the Excel file from Google Drive.\n${`https://docs.google.com/spreadsheets/d/${process.env.GOOGLE_DRIVE_FILE_ID}/view`}\n\n\n${body}`; + const bodyEmail = `\nYou can see the Excel file from Google Drive.\n${`https://docs.google.com/spreadsheets/d/${process.env.GOOGLE_DRIVE_FILE_ID}/view`}\n\n--------------------\n${body}`; const mailOptions = { from: process.env.MAIL_USERNAME,