Skip to content

Commit 6cc2e7e

Browse files
committed
fix project name content
1 parent c5badc1 commit 6cc2e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/connectNotificationServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const handler = (topic, message, callback) => {
214214
return [];
215215
}).then((users) => {
216216
_.map(allNotifications, (notification) => {
217-
notification.projectName = project.name;
217+
notification.contents.projectName = project.name;
218218
// if found a user then add user handle
219219
if (users.length) {
220220
notification.contents.userHandle = users[0].handle;

0 commit comments

Comments
 (0)