We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7987e8 commit 36765b4Copy full SHA for 36765b4
services/static-webserver/client/source/class/osparc/store/Services.js
@@ -105,7 +105,7 @@ qx.Class.define("osparc.store.Services", {
105
const params = {
106
url: osparc.data.Resources.getServiceUrl(key, version)
107
};
108
- osparc.data.Resources.getOne("servicesV2", params)
+ osparc.data.Resources.fetch("servicesV2", "getOne", params)
109
.then(service => {
110
this.__addHit(service);
111
this.__addTSRInfo(service);
0 commit comments