Skip to content

Commit

Permalink
Remove ppl names from email report
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Kovalev (bkovalev) committed Jun 25, 2021
1 parent 4136977 commit 226b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Reporter = (() => {
const subject = 'Daily status for ' + formatDate(new Date());

const htmlBody =
`Hi Priyanka,<br/><br/>Here is the team’s status for today.<br/><br/><br/>${teamsStatus}<br/><br/>Thanks,<br/>Roman`;
`Hi all,<br/><br/>Here is the team’s status for today.<br/><br/><br/>${teamsStatus}<br/><br/>Thanks,<br/>${MainConfig.botName}`;

const to = MainConfig.dailyReportTo.join(',');
const cc = [...MainConfig.managers, ...BotUtils.getTeamLeads()].join(',');
Expand Down

0 comments on commit 226b87b

Please sign in to comment.