Skip to content

Commit 9d2ca61

Browse files
committed
minor
1 parent 553c9ed commit 9d2ca61

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ qx.Class.define("osparc.store.Services", {
3333
osparc.data.Resources.getInstance().getAllPages("servicesV2")
3434
.then(servicesArray => {
3535
// OM: remove history, it will be retired
36-
servicesArray.forEach(service => delete service["history"]);
36+
// servicesArray.forEach(service => delete service["history"]);
3737

3838
const servicesObj = osparc.service.Utils.convertArrayToObject(servicesArray);
3939
this.__addHits(servicesObj);

0 commit comments

Comments
 (0)