Skip to content
Snippets Groups Projects
Commit b74266f2 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

Merge branch 'develop' of gitlab.coko.foundation:xpub/xpub-faraday into develop

parents 68310284 cfea747f
No related branches found
No related tags found
1 merge request!13Sprint #14
...@@ -139,11 +139,11 @@ class Email { ...@@ -139,11 +139,11 @@ class Email {
} }
toAuthors.forEach(toAuthor => { toAuthors.forEach(toAuthor => {
mailService.sendNotificationEmail({ mailService.sendNotificationEmail({
baseUrl,
emailType, emailType,
toEmail: toAuthor.email, toEmail: toAuthor.email,
handlingEditorName: get(collection, 'handlingEditor.name'),
meta: { meta: {
handlingEditorName: get(collection, 'handlingEditor.name'),
baseUrl,
collection, collection,
authorNoteText, authorNoteText,
fragment: { fragment: {
......
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