Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Something went wrong on our end
Show more breadcrumbs
xpub
xpub-faraday
Merge requests
!228
feat(AutomaticReminder): ReviewerResendInvitationEmail
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(AutomaticReminder): ReviewerResendInvitationEmail
HIN-1170-automatic-reminders-email
into
develop
Overview
1
Commits
5
Pipelines
0
Changes
5
All threads resolved!
Hide all comments
Merged
Mihail Hagiu
requested to merge
HIN-1170-automatic-reminders-email
into
develop
6 years ago
Overview
1
Commits
5
Pipelines
0
Changes
3
All threads resolved!
Hide all comments
Expand
2
0
Merge request reports
Viewing commit
400e01b7
Prev
Next
Show latest version
3 files
+
8
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
400e01b7
fix(withEditorialDecision): Changed line
· 400e01b7
Mihail Hagiu
authored
6 years ago
packages/component-invite/src/routes/fragmentsInvitations/emails/invitations.js
+
2
−
2
Options
@@ -117,9 +117,9 @@ module.exports = {
await
email
.
sendEmail
()
forOwn
(
daysList
,
(
day
,
order
)
=>
forOwn
(
daysList
,
(
day
s
,
order
)
=>
scheduleReminderJob
({
day
,
day
s
,
order
,
email
,
timeUnit
,