Skip to content
Snippets Groups Projects

feat(AutomaticReminder): ReviewerResendInvitationEmail

Merged Mihail Hagiu requested to merge HIN-1170-automatic-reminders-email into develop
All threads resolved!
3 files
+ 8
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -117,9 +117,9 @@ module.exports = {
await email.sendEmail()
forOwn(daysList, (day, order) =>
forOwn(daysList, (days, order) =>
scheduleReminderJob({
day,
days,
order,
email,
timeUnit,