File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
connect/notificationServices Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function handleScheduledEvents(events, setEventsStatus) {
98
98
const bundleData = {
99
99
subject : 'Your Topcoder project updates' ,
100
100
connectURL : config . CONNECT_URL ,
101
- accountsAppURL : config . get ( 'accountsAppUrl ' ) ,
101
+ accountsAppURL : config . get ( 'ACCOUNTS_APP_URL ' ) ,
102
102
projects : _ . chain ( userEvents )
103
103
. groupBy ( 'data.data.projectId' )
104
104
. mapValues ( projectUserEvents => ( {
@@ -166,7 +166,7 @@ function wrapIndividualNotification(data) {
166
166
return {
167
167
subject,
168
168
connectURL : config . CONNECT_URL ,
169
- accountsAppURL : config . get ( 'accountsAppUrl ' ) ,
169
+ accountsAppURL : config . get ( 'ACCOUNTS_APP_URL ' ) ,
170
170
projects : [ {
171
171
id : data . data . data . projectId ,
172
172
name : data . data . data . projectName ,
You can’t perform that action at this time.
0 commit comments