We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ebe28 commit 4970e58Copy full SHA for 4970e58
connect/notificationServices/email.js
@@ -98,7 +98,7 @@ function handleScheduledEvents(events, setEventsStatus) {
98
const bundleData = {
99
subject: 'Your Topcoder project updates',
100
connectURL: config.CONNECT_URL,
101
- accountsAppURL: config.get('ACCOUNTS_APP_URL'),
+ accountsAppURL: config.ACCOUNTS_APP_URL,
102
projects: _.chain(userEvents)
103
.groupBy('data.data.projectId')
104
.mapValues(projectUserEvents => ({
@@ -166,7 +166,7 @@ function wrapIndividualNotification(data) {
166
return {
167
subject,
168
169
170
projects: [{
171
id: data.data.data.projectId,
172
name: data.data.data.projectName,
0 commit comments