Skip to content

Commit d853d42

Browse files
author
Vikas Agarwal
committed
Fixed parse error
1 parent e59c30e commit d853d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/notificationServices/email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function handleScheduledEvents(events, setEventsStatus) {
4848
emailBody += '<ul>';
4949
_.values(eventsByTopics).forEach((topicEvents) => {
5050
emailBody += '<li>';
51-
emailBody += `<a href="http://www.connect.topcoder.com/projects/${topicEvents[0].data.data.projectId}#feed-${topicEvents[0].data.data.topicId}> ${topicEvents[0].data.data.topicTitle} </a>`;
51+
emailBody += `<a href="http://connect.topcoder.com/projects/${topicEvents[0].data.data.projectId}#feed-${topicEvents[0].data.data.topicId}"> ${topicEvents[0].data.data.topicTitle} </a>`;
5252
emailBody += `<span style="color:#777777"> - ${topicEvents.length} updates</span>`;
5353
emailBody += '</li>';
5454
});

0 commit comments

Comments
 (0)