Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Nov 4, 2024
1 parent 402d036 commit efd1597
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ qx.Class.define("osparc.store.Services", {
for (let j=0; j<versions.length; j++) {
const version = versions[j];
if (!this.servicesCached[key][version]["retired"]) {
// one older non retired version found
serviceLatest = await this.getService(key, version);
break;
}
Expand Down

0 comments on commit efd1597

Please sign in to comment.