Skip to content

Commit 4574e36

Browse files
committed
minor
1 parent c22c488 commit 4574e36

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

services/static-webserver/client/source/class/osparc/info/CommentAdd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ qx.Class.define("osparc.info.CommentAdd", {
169169
}
170170
},
171171

172-
__postNotify: function(userGroupId) {
172+
__postNotify: function(userGroupId = 10) {
173173
if (userGroupId) {
174174
osparc.study.Conversations.notifyUser(this.__studyId, this.__conversationId, userGroupId)
175175
.then(data => {

services/static-webserver/client/source/class/osparc/study/Conversations.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ qx.Class.define("osparc.study.Conversations", {
101101
conversationId,
102102
},
103103
data: {
104-
"content": {
105-
"userGroupId": userGroupId,
106-
},
104+
"content": userGroupId,
107105
"type": "NOTIFICATION",
108106
}
109107
};

0 commit comments

Comments
 (0)