Skip to content

Commit f97bc1b

Browse files
committed
minor
1 parent 223eb3c commit f97bc1b

File tree

1 file changed

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

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,12 +419,13 @@ qx.Class.define("osparc.store.Services", {
419419
}
420420
},
421421
release: {
422-
"version": "0.0.0",
423-
"versionDisplay": null,
424-
"retired": null,
422+
version: "0.0.0",
423+
versionDisplay: null,
424+
retired: null,
425425
released: "2024-11-27T14:03:19.212649",
426-
"compatibility": null,
426+
compatibility: null,
427427
},
428+
history: [],
428429
};
429430
},
430431

0 commit comments

Comments
 (0)