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,