Skip to content
Snippets Groups Projects
Commit 7f9821a8 authored by Mihail Hagiu's avatar Mihail Hagiu
Browse files

fix(ReviewerEmailHERemoved): Emails now sent only to accepted reviewers

parent 774bf74c
No related branches found
No related tags found
3 merge requests!196S25 - EiC submit revision,!189S25,!173feat(ReviewerEmailHERemoved): Created email template and implemented code for sending it
......@@ -123,7 +123,7 @@ module.exports = models => async (req, res) => {
const reviewers = await fragmentHelper.getReviewers({
UserModel,
type: 'submitted',
type: 'accepted',
})
fragment.invitations = []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment