Skip to content

Commit 11e84a6

Browse files
committed
minor fix
1 parent 0a9c2d0 commit 11e84a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ qx.Class.define("osparc.study.Conversations", {
9090
"type": "MESSAGE",
9191
}
9292
};
93-
osparc.data.Resources.fetch("conversations", "addMessage", params)
93+
return osparc.data.Resources.fetch("conversations", "addMessage", params)
9494
.catch(err => osparc.FlashMessenger.logError(err));
9595
},
9696
},

0 commit comments

Comments
 (0)