Skip to content

Commit 8f47eee

Browse files
committed
bad merge III
1 parent b8b545b commit 8f47eee

File tree

1 file changed

+0
-16
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,6 @@ qx.Class.define("osparc.store.Study", {
201201
});
202202
},
203203

204-
untrashStudy: function(studyId) {
205-
const params = {
206-
url: {
207-
studyId
208-
}
209-
};
210-
return osparc.data.Resources.fetch("studies", "trash", params)
211-
.then(() => {
212-
osparc.store.Store.getInstance().remove("studies", "uuid", studyId);
213-
})
214-
.catch(err => {
215-
console.error(err);
216-
throw err;
217-
});
218-
},
219-
220204
untrashStudy: function(studyId) {
221205
const params = {
222206
url: {

0 commit comments

Comments
 (0)