Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Oct 25, 2024
1 parent 975f47d commit 25af415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ qx.Class.define("osparc.desktop.organizations.OrganizationsList", {
orgsModel.removeAll();

const useCache = false;
osparc.data.Resources.get("organizations", null, useCache)
osparc.data.Resources.get("organizations", {}, useCache)
.then(async respOrgs => {
const orgs = respOrgs["organizations"];
const promises = await orgs.map(async org => {
Expand Down

0 comments on commit 25af415

Please sign in to comment.