Skip to content

Commit f9a33b2

Browse files
committed
not needed
1 parent 7dbbac2 commit f9a33b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

services/static-webserver/client/source/class/osparc/store/ConversationsSupport.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ qx.Class.define("osparc.store.ConversationsSupport", {
9191
}
9292
};
9393
return osparc.data.Resources.fetch("conversationsSupport", "addConversation", params)
94-
.then(data => {
95-
// OM PATCH the extra content
96-
// extraContext["conversationLink"] = `${url}#/conversation/${data["conversationId"]}`;
97-
return data;
98-
})
9994
.catch(err => osparc.FlashMessenger.logError(err));
10095
},
10196

0 commit comments

Comments
 (0)