diff --git a/Reporter.ts b/Reporter.ts index 3dc9bef..b4d0794 100644 --- a/Reporter.ts +++ b/Reporter.ts @@ -59,7 +59,7 @@ const Reporter = (() => { const subject = 'Daily status for ' + formatDate(new Date()); const htmlBody = - `Hi Priyanka,

Here is the team’s status for today.


${teamsStatus}

Thanks,
Roman`; + `Hi all,

Here is the team’s status for today.


${teamsStatus}

Thanks,
${MainConfig.botName}`; const to = MainConfig.dailyReportTo.join(','); const cc = [...MainConfig.managers, ...BotUtils.getTeamLeads()].join(',');